Error trying to create New ASP.Net Project

  • Thread starter Thread starter trouling
  • Start date Start date
T

trouling

When trying to Create new ASP.NET project: 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
applications or services.


I verified IIS and ASP.NET State Service is running. Any ideas on how
to resolve of further isolate this problem?
 
The reason is most likely because you installed IIS AFTER you installed
Visual Stuio 2003 or something similar. There is a way to get around this
with any luck. Make sure IIS is installed first.

Run the following command from the framework directory

Directory of
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

This should fix it.

Regards
 
Mr Newbie,

Thanks so much for your solution. It worked like a charm and you
saved my a big headack. Yes, you are right, I installed IIS after the
fact.

Regards,
Thanks Trouling
 
Mr Newbie,

Thanks so much for your solution. It worked like a charm and you
saved my a big headack. Yes, you are right, I installed IIS after the
fact.

Regards,
Thanks Trouling
 
Back
Top