Wanted to try ASP.NET, but ...

  • Thread starter Thread starter Michael Hesse
  • Start date Start date
M

Michael Hesse

When I try to create a project I get the message

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.

Do I need to install something else on my computer?

Thanks
 
If you are running the site on a seperate dev server you need to make sure
it is up to date with the latest version as well. If you are running
everything locally you may want to run aspnet_regiis.exe /i from the
framework directory under your systemroot.

Regards,
Jason S.
 
Back
Top