Debugging ASP.NET with IIS

Posted by Ariel on Stack Overflow See other posts from Stack Overflow or by Ariel
Published on 2009-12-18T15:45:15Z Indexed on 2010/05/26 10:41 UTC
Read the original article Hit count: 231

Filed under:
|
|

I've set up debugging in Visual Studio 2008 to IIS instead of the built in server so I can run url rewriting while developing (using IIRF).

It took a while to get to work (changing permissions, reinstalling the .NET framework) but it was working.

I turned off my machine, and now that it's back on the debugger won't start. I'm using Parallels with WinXP on an iMac.

"Unable to start debugging on the web server. Could not start ASP.NET debugging. More information may be available by starting the project without debugging"

I read a whole bunch of posts on SO as well as googled the subject but none seem to provide a working answer.

Has anyone encountered this and knows how to get it to work?

Thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual-studio-2008