Hi,
I setup some old ASP code on my local IIS server. Configured the server for debugging and errors to browser.
I opened the website in Visual Studio 2010 and created a project from it. Using the "errors to the Browser" and response.write(),
I was able to troubleshoot and get it to run through VS via the ISS website.
Here is my problem, I don't seem to be able to set any breakpoints and debug normally. I have tried attaching
to a process (tried W3WP.exe and Inetinfo.exe), but VS just goes into debug mode without bringing up the browser
with the webpage.
If I don't attach to a process and just hit debug (F5), it either runs fine or if there is a code problem, I get a window asking me
to choose a debugger (VS2008 or VS 2010)
Am I suppose to load some other software onto the server to get it to debug ? Should I be able to set breakpoint and
do convensional debuging in this configuration? Am I attaching to the correct process? I have never used VS remotely to
a local server, so I don't really know what capabilities to expect.
Any help would be appreaciated.
Eric