- If you are using Microsoft.Office.Interop.Word/Excel to parse to other format, it may work well in testing but will not work in real IIS server: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)). Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)). ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET h...
Try command : 1. cd inetsrv 2. appcmd list sites 3. appcmd.exe list apppools 4. iisreset /status showing Status for IIS Admin Service ( IISADMIN ) : Running Status for Windows Process Activation Service ( WAS ) : Running Status for Net.Msmq Listener Adapter ( NetMsmqActivator ) : Running Status for Net.Pipe Listener Adapter ( NetPipeActivator ) : Start pending Status for Net.Tcp Listener Adapter ( NetTcpActivator ) : Start pending Status for World Wide Web Publishing Service ( W3SVC ) : Running Checked the services.svc and these two services Net.Tcp and Net.Pipe are stuck at Stating 5. iisreset /restart: to reset IIS IIS Manager is showing empty list - Stack Overflow - can back up your applicationhost.config and then try using other working configue file from other machine or other people.
Comments
Post a Comment