Not support Web Server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have installed the Visual Studio .Net 2003 Professional in Windows 2000
Professional SP4 with IIS 5.1. When I try to open the ASP.NET Web Application
project in Visual Studio 2003, the following error displayed.

"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."

Anyone knowing what is the reasons and solutions.

Thank you.

- Dennis -
 
reason for this is you havent up the web serve. Go to computer managment >
services and Applications >> services then select the World Wild Web
Publishing Service and Start the service. then try to run the application
 
My guess is that IIS was installed after VS.NET. To fix, run
aspnet_regiis.exe from the command line.

-KIRBY
 
Did u remove IIS or reinstall it after installing Visual Studio Framework ???
If yes then you have to install the VS Framework again
 
Hi Kirby,

Nope. I install VS.NET after the IIS. The IIS was running since the server
OS installed.

- Dennis -
-------------------------
 
mmm. then u might try to run a file created using VS.NET latest version,
using a previous version. Open the project file in a notepad and check the
Version. if it is lower than the current version increase the number.
 
Back
Top