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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems while opening a new ASP .NET project using Visual Studio

Status
Not open for further replies.

kris2002

IS-IT--Management
May 14, 2003
21
US
I am new to .NET. I have installed Visual Studio .Net on my machine (Win 2k service pack 4). When I try to open a new project on ASP .NET in Visual Studio .Net, it throws an error "Visual Studio .Net has detected that the specified Web server is not running ASP .NET version 1.1. You will be unable to run ASP .NET Web applications or services". If somebody could help me overcome this error and continue with opening new projects in ASP .NET, I would really appreciate it. Thanks in advance.

Kris
 
Try running the aspnet_regiis utility. I've found that this clears up the problem almost every time this issue comes up.

[Windows]\Microsoft.NET\[Framework Version]\aspnet_regiis -i

-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
 
Dimandja, Thanks for your help. The second link worked! I did exactly what it said and now I am able to open a new ASP .Net project without the error. Thanks again. - Kris
 
AtomicChip, Thanks for your tip. I will try this if I get this error again. - Kris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top