COMException Exception message: The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE))

0

I deploy a web application in Production Server. In Production we are using Windows Server 2012, IIS 8.5. Deploying the application was successful but I got the error after 2-3 hours or 1 day from deploying the web application.

The exception is given below

**Exception information:** 

**Exception type**: COMException

**Exception message:** The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) 

at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)

   at System.Web.Hosting.IIS7WorkerRequest.ReMapHandlerAndGetHandlerTypeString(HttpContext httpContext, String path, Boolean& handlerExists)

   at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

I've tried the following:

  • Stop and Start IIS
  • Restart the Window Server
  • Gave enough permission in application
iis
asked on Stack Overflow Jun 11, 2014 by user3728707 • edited Jun 11, 2014 by jam

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0