Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
While opening a new asp.net web application i am getting a 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 applcations or services"

This is occurs when i opening a new web application in vs2003

What it means and how to solve it.
Posted
Updated 30-Nov-09 20:22pm
v2

If this is a deployment issue and the concerned web application is hosted on iis 6.0+, then check the .net framework runtime version your app pool is running under...it should be the same as the version you've developed your web app with...
 
Share this answer
 
I think asp.net 1.1 needs IIS to be installed in the system and should be running.

Check out if IIS is properly running in the system. Also, you might try creating the new project(which i guess automatically done by VStudio) in wwroot directory
 
Share this answer
 
Check the version of framework :

.Net 1.1: C:\Windows\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

.Net 2.0: C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -

and make sure that iis is installed .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900