"no Web server was detected at this URL:

J

James

After installing win2K and try to run my ASP application I get the following
error:
"Visual Studio .NET cannot create or open the application because no Web
server was detected at this URL: 'http://localhost/WebApplication1'. Make
sure the Web server is installed and running.

I reinstalled IIS, registered it using aspnet_regiis, and register it with
regsvr32 but no luck.

What should I try?
 
K

Kevin Buchan

I *just* had this problem. What I had to do was uninstall IIS and
VS.Net, then remove all Security Groups and local users that were
created to support IIS and Visual Studio .Net.

Then reinstall IIS and VS.Net. It took abotu 2-3 hours to do it all,
but it worked.

Alternatively, I suspect that it's a security issue, but I couldn't
figure it out. If you choose not to reinstall, but you solve it,
pleaes post your solution.


-Kevin Buchan
(e-mail address removed)
 
D

David Waz...

some basic stuff:
o Is the IIS Server started?
o Is the default web site running? check through IIS manager
o Ping "localHost" - responding?
o Surf to "LocalHost" - you should get a page, or Under Construction or
You don't have permission - any of these indicate the service is up.
 

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