views:

96

answers:

2

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. :)

A: 

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.

Muad'Dib
That process does not seem to exist for me.
Mike
hmmm, prlby different process name in IIS5. Anyhow, the IIS process is the one you need to attach too.
Muad'Dib
A: 

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

Aric TenEyck