Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

setting up .NET on new machine

Status
Not open for further replies.

ksbrace

Programmer
May 13, 2000
501
US
Hello, I am attempting to set up .NET on my notebook( I have everything set up at work and it works just fine ) When I attempt to start a web application using sqlserver 2k, I get this error msg: "Error while trying to run project: Unable to start debugging on the web server. The server does not support debugging of 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.
You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation. Would you like to disable future attempts to debug ASP.NET pages for this project?"


Now, I have looked at the online docs and everything seems to be correct. Any advice would be greatly appreciated. Thanks in advance!
 
one thing to check:

- open your project
- right click and select properties
- click on Configuration Properties>Debugging
- ensure that ASP.NET debugging is checked

This burned me a few times in the past. Hopefully its as simple a fix as that

D'Arcy
 
Thanks for the input, but it's checked.
 
k. Have you checked your machine.config to make sure that you have the proper attributes/properties set for the processmodel?

That could be another reason why.
 
I finally found the solution, in case anyone is interested. Apparently,I must have installed IIS after .NET. To fix this, at the command line type: aspnet_regiis -i That seemed to do the trick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top