Unable to run ASP.NET Web applications or services

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

I got a problem here in using Ms Studio.NET 2003 to build web
application.
The pop up box shows that:

----------------------------------------------------------------------------
----------------------
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 don't know how to rectify it.
Please help me?


Regards,
Aaron
 
If you are attempting on the same box as development, you might have
installed IIS after you installed .NET. That is why ASP.NET was not
installed. If this is the case, re-install 2003. Otherwise, if its a
different box, you can install the latest .NET framework runtime on the web
server.
 
If .NET 1.1 is installed and you are still getting this error you may need
to run the "aspnet_regiis.exe" executable.
 
Back
Top