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 els开发者_JS百科e to post.
Any ideas?
Thank you. :)
Attach to either w3wp.exe or aspnet_wp.exe - depending on your OS and IIS version.
Are you attaching to the w3wp process in your IDE? If your IIS site is running on your local host, then this SHOULD do the trick.
精彩评论