I am getting this exception within my ASP.net web application
EXCEPTION: Retrieving the COM class factory for 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 this is an issue between COM and BITS, not quite sure exactly of the details.
How do I resolve this issue? The application is hosted on IIS7, are there settings required on the IIS side perhaps?