Search code examples
asp-classicdebugginggoogle-chromeiis-5visual-studio-2008-sp1

Why can't I attach the debugger?


I'm using Visual Studio 2008 SP1 and trying to debug a website created in ASP Classic. I have read numerous tutorials, however nothing seems to be working (PEBKAC?). I have enabled server-side debugging in IIS and am attaching the debugger to dllhost.exe. When I open my page in Google Chrome, set breakpoints and set VS to debug, nothing happens. I don't get any errors so I'm not sure what else to post.

Any ideas?

Thank you. :)


Solution

  • Attach to either w3wp.exe or aspnet_wp.exe - depending on your OS and IIS version.