开发者

Error occured during the debugging the page?

when i run my application it is the error i get...

This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more inf开发者_StackOverflowormation about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)


Normally if you want to use interop with ASP.NET, you need to impersonate your web site as someone who actually has the right to run the application you want to interop (eg: Word, Excel..).

<identity impersonate="true"
      userName="domain\user" 
      password="password" />
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜