Thursday, March 22, 2012

why the web server is not running ASP.net 1.1

Hi

Recently I installed the VS.net 2003 on my work station, then I installed teh IIS on Win 2000 pro. but when I am trying to create a new web application through VS.net, it would not allowed me to do so, and the error message is:
"Visual Studio.Net has detected that the specified web server is not running ASP>net 1.1, You will be unable to run ASP.net web applications of services"

why is that? I thought when I install the VS, the .net 1.1 framework should be installed. Plus, I manually installed the .net 1.1 framework after it would not allow to create a web application. But it is still not working. Please Help.Since you install the IIS after the .net framework, you need to run "aspnet_regiis.exe -i" in .net framework 1.1 folder at command line.

0 comments:

Post a Comment