Web server error

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 :)
 
G

Guest

Hi ,

You need to run aspnet_regiis.exe to resolve this issue.It will be in
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
 
G

Guest

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?
 
G

Guest

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?
 
G

Guest

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top