Windows 10 Running local web app through Visual Studio 2019 on Windows 10 (IIS Express) causes BSOD due to HTTP.SYS.

  • Thread starter Thread starter Scott Lymp
  • Start date Start date
S

Scott Lymp

Analysing dump file (!analyze -v using WinDbg) shows the below. Have not seen any answers, or official ways of potentially repairing HTTP.SYS. SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (7e)This is a very common BugCheck. Usually the exception address pinpointsthe driver/function that caused the problem. Always note this addressas well as the link date of the driver/image that contains this address.Arguments:Arg1: ffffffffc0000005, The exception code that was not handledArg2: fffff801585bf810, The address that the exception occurred atArg3: ffffe48298644778, Exception Record AddressArg4: ffffe48298

Continue reading...
 
Back
Top