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

ASP.NET using VS 2

Status
Not open for further replies.

brd24gor

MIS
May 18, 2005
123
US
Hopefully this should be an easy one. I am trying to start an ASP.NET web app in Visual Studio, but when I try I get the following 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."

I have been able to build C# programs just fine using .NET 1.1. I am trying to save the project to http:\\localhost\MyWebApp. I have double-checked that IIS is installed, World Wide Web publishing is started, and ASP.NET State Service is started.

Is this a simple fix or am I going to have to reinstall VS and/or .NET Framework?
 
You need to install the asp.net components on your webserver..

The file you use to do this is
aspnet_regiis.exe -i

It should be on your pc so just do a search for it and then execute it.

The -i tells it to insalll and -u = uninstall.


Rob
 
Exactly what I was looking for. I was hoping it was that simple.

Thanks for the help!

--Brad
 
Told ye.

Christiaan Baes
Belgium

I just like this --> [Wiggle] [Wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top