Search code examples
visual-studio-2008asp-classicvisual-studio-debuggingiis-8

Debugging Classic asp Visual Studio 2008 IIS 8


Things I've done: On both the default website and my virtual folder in IIS Manager

-Enabled Parent Paths

-Set Enable Server Side Debugging to be True

Set Breakpoints in my code by 1) F9 2) Using the Stop command 3) Purposefully put mispelled commands in my VBScript to force the debugger to attach

I've then tried starting the website without debugging and attaching to W3wp.exe/ DLLHost.exe

Have also tried running the website in visual studio in debug mode

Is there something I'm missing or worth trying?


Solution

  • I was almost there but when I went to attach to process, selecting w3wp.exe, I needed select the code types I was trying to debug and make sure the Script checkbox was selected