使用asp.net 中使用Excel时遇到的问题

使用asp.net 中使用Excel时遇到的问题:

1. 访问权限

   冲Perforce上用GET Lasted Version的方式获取的源码,都是readonly. 当直接运行程序访问readonly的excel文件,再读写文件的过程中并没出错,但是最终没有写入内容。当试图删除文件时,出现错误说aspnet无法问要删除的文件,一开认为是.net没有访问Excel的权限,但是在DCOM中增加了network servce这个user的访问权限后任然不能解决问题。然后尝试修改去掉readonly的显示,才发现原因。


2.IIS7 deployment - duplicate 'system.web.extensions/scripting/scriptResourceHandler' section


http://stackoverflow.com/questions/3387322/iis7-deployment-duplicate-system-web-extensions-scripting-scriptresourcehandl


3.Microsoft Office Excel cannot access the file 'filname'.


http://stackoverflow.com/questions/7106381/microsoft-office-excel-cannot-access-the-file-c-inetpub-wwwroot-timesheet-app


4. Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005


http://social.msdn.microsoft.com/Forums/zh-TW/6c76fef3-aa50-4703-b52b-f4ba6de719b4/retrieving-the-com-class-factory-for-component-with-clsid-0002450000000000c000000000000046


你可能感兴趣的:(Excel,asp.net,NetWork,运行程序)