VisualStudio .NET has detected that the specified web server is not running ASP.NET version 1.1.
When you install Visual Studio.NET for the first time and try to open a web project, you get the following error message:
VisualStudio .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.
This is easily solved:-
Open the Visual Studio.NET Command Prompt.
Type "aspnet_regiis -i" and press enter.
Here is the output :-
c:\>aspnet_regiis -iStart installing ASP.NET (1.1.4322.0).
Finished installing ASP.NET (1.1.4322.0).
And that is it.


1 Comments:
hi cdalby,
i was stuck with the same problem when i started opening the asp.net web application for the first time.i got fed up.
i tried the suggestion what you gave ,and now i got connected.
thank you very much for giving this solution.
with regards,
A.Florence
By
Anonymous, at 6:00 pm
Post a Comment
<< Home