开发者

Dom Config failure server 2008 r2

开发者 https://www.devze.com 2023-04-10 14:34 出处:网络
anyone know how to fix the following error? Retrieving the COM class factory for component with CLSID {0002DF01-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is deni

anyone know how to fix the following error?

Retrieving the COM class factory for component with CLSID {0002DF01-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Excep开发者_如何学Gotion from HRESULT: 0x80070005 (E_ACCESSDENIED)).

In the application im trying to get it to open a page and input data at a certain url using SHDocVw.InternetExplorer


This should solve it:

Add this <identity impersonate="true" userName="Domain\MyUsername" password="MyPassword"/> in web.config after <authentication mode="Windows" />

from

Retrieving the COM class factory for component with CLSID

0

精彩评论

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

关注公众号