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

I'm new to ASP .NET and can't even start a project! 2

Status
Not open for further replies.

SurvivorTiger

Programmer
Jul 9, 2002
265
US
Hi,
I have Microsoft Visual Studio 2003 and .NET Framework 1.1 and when i try to create a new ASP .NET project in VB environment, i receive an error that says:
"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."
I also have to mention that i do have IIS installed and running.

Does anyone know how I can go about solving this issue?
Thanks

AIM: survivertiger & Ye This Is Me
 
ST: Make sure you install in the order IIS, then dot Net framework, then VStudio (the copy of visual studio - academic - that I have loaded the dot Net framework at the same time). At any rate, the order of installation is critical.
 
Actually, the order of the installation really isn't all THAT important :)

If IIS is installed after VStudio, simply run the aspnet_regiis -i utility (-i switch for "install"). The utility is installed in the [Windows]\Microsoft.NET\Framework\[Version]\ directory.

-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top