Click to See Complete Forum and Search --> : ASP.NET debugging issue


rwbean86
June 29th, 2002, 05:13 PM
I'm learning ASP.NET development and web development for the first time. I can't debug and run(F5) my ASP.NET projects in Visual Studio. When I try I get a Microsoft Development Environment message which tells me that the "web server"(I assume it means IIS) "does not support debugging of ASP.NET server components". It then says that I should run setup or verify that a valid URL has been specified.

I've set "Enable ASP debugging" and "Enable ASP.NET Debugging to True in the project properties.
I have set up IIS several times now in an effort to fix this problem. I also ran VS setup again and installed everything that wasn't installed the first time.

Do I need a different version of the IIS server?

just-in time
July 3rd, 2002, 03:56 AM
Have you tried removing and reinstalling just the .NET Framework, that did the trick form me....

DRUNKEN_MASTER
November 9th, 2002, 10:47 AM
check out the thread I started to get some answers to the debugger issues....

http://www.codeguru.com/forum/showthread.php?s=&threadid=217674