-
beginning ASP.NET
I created my first web form to diplay time, when I tried to run the program I get the error:
'unable to start debugging on the web server. The server does not support debugging of the ASP.NET or ATL Server applications. Run setup to install the Visual Studio .NET server components. If setup has been run verify that a valid URL has been specified.'
Does I mean I need to re-install .Net and server components?
Please help.
thanks
-
Try going to
Computer Management -> Internet Information Services -> Default Web Site.
Right click on your project name and click on All Tasks -> Check Server Extensions.
If asked you
"Do you want FrontPage to tighten security as much as possible for all FrontPage Webs?"
I always say "Yes"
This fixed the problem on my PC.
I will be honest, I have no idea what this does in the background. I got this solution off of another forum.
Best of luck!