I have a project that is working locally when I run it in Visual Studio (running as administrator) to open a session and make requests.
However, when I deploy it to the server which is running Windows Server 2008 RS and IIS 7 I am getting what appears to be a permissions error that I am not sure how to fix.
System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {B3B13604-A675-11D2-9B95-00104B71EB3F} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
Any help would be greatly appreciated.
However, when I deploy it to the server which is running Windows Server 2008 RS and IIS 7 I am getting what appears to be a permissions error that I am not sure how to fix.
System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {B3B13604-A675-11D2-9B95-00104B71EB3F} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
Any help would be greatly appreciated.