has anybody ever anywhere in the world ever really debugged a website with vs2008 and IIS express as the web server? I have spent several hours looking for posts and actually posting on asp.net forums with no luck.
I got as far as invoking IIS express from my vs2008 with the start options and my vs2008 is attached to the iisexpress.exe
i have the express tray icon.
I used the parameters in this link to setup using IIS express with VS2008, http://stackoverflow.com/questions/4682727/how-to-configure-visual-studio-2008-to-use-iis-express
but how to actually get a page to come up? so i can set breakpoints etc using the debugger????
I would use my xp pro default IIS 5.1 but there does seem any way to connect to it as you would if it was IIS 6, 7 etc. Not being able to connect to the 5.1 started this journey to use IIS express instead.