Random COMException in handle invalid web application

Suddenly, I constantly get a weird COMException on this machine when I try to use a web application with IIS. I have never had any problems with this.

Stack trace:

[COMException (0x80070006): The handle is invalid. (0x80070006 (E_HANDLE))]

[FileLoadException]
   System.ServiceModel.Activation.HttpModule.ProcessRequest (Object sender, EventArgs e) +0
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute () +68
   System.Web.HttpApplication.ExecuteStep (IExecutionStep step, Boolean & completedSynchronously) +75

How can i fix this? I need this server to work later today for a demo.

Things I tried:

  • Stop / start in IIS
  • aspnet_regiis -i
  • reboot
+3
1

COM, Windows, COM. , . , Google , , . , .

+4

Source: https://habr.com/ru/post/1731226/


All Articles