I'm having an issue where when I attempt to attach my debugger to IIS express, it fails with a "Unable to attach to the process. Catastrophic failure". It then kills my IIS Express session. I have no clue where to begin debugging this issue.
Steps that lead to this:
- My application exists on my local machine
- Documents\IISExpress\config\applicationhost.config has the Site set up
- I run IIS express via an administrative console mode by going to C:\Program Files\IIS Express\iisexpress.exe
- I load up my solution in VS.
- I attach attempt to attach my debugger to IIS Express.
- I get the catastrophic failure error.
- IIS is killed and stopped.
Any idea of where to go for Visual studio logs to see what might have happened? I tried running devenv.exe with the /log option but it did not help with any errors.
I also looked up IIS logs, but nothing out of the ordinary that points to the catastrophic failure.