Web server error

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

Guest

Hi, I'm new to dotNet...

I've just installed vs.net pro se v2003 on xp pro. Creating a windows
application seems to be fine. When I try to start a new web project I get the
following 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 have uninstalled iis and then reinstalled iis.

When installing vs.net is there something that I missed in the setup?
What is the remedy?

Any ideas or suggestions appreciated :-)
 
Hi ,

You need to run aspnet_regiis.exe to resolve this issue.It will be in
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
 
Thanks Cor, your suggestion has resolved this issue.

Now the problem is that when I select the location...
c:\inetpub\wwwroot\webapplication1

.... the OK button is not enabled.

What is the next step for me to create a web application project?
 
Thanks Santhi, your suggestion has resolved this issue.

Now the problem is that when I select the location...
c:\inetpub\wwwroot\webapplication1

.... the OK button is not enabled.

What is the next step for me to create a web application project?
 
Thanks Cor, when I use the path c:\inetpub\wwwroot\webapplication1 the error
message is once again displayed. So, even though I re-run aspnet_regiis.exe
this path is not recognised.

What other step have I failed to implement?
 
Back
Top