Exception Getting COM factory class in ASP.net web application

I get this exception in my ASP.net web application

EXCLUSION: Retrieving the COM factory class for a component with CLSID {4991D34B-80A1-4291-83B6-3328366B9097} failed due to the following error: 80070005 Access is denied.

I did some research and found out that this is a problem between COM and BITS, not entirely accurate in the details.

How to solve this problem? The application is hosted on IIS7, is it possible to configure on the IIS side?

+3
source share
1 answer

Found the problem a while ago, and here is the solution:

There is a permission issue between COM and BITS, if DCOM is not configured with the correct permissions for the IIS user, here are the instructions for configuring COM:

1)
2) → → → DCOM
3)
4) ""
5) "" " " "" 6) - 7)
8) Reset IIS

+2

All Articles