localhost will not resolve

B

Brian Jasper

I have just gone through the process of installing .NET
FRAMEWORK, IIS and Visual Studio .NET on a system running
XP PRofessional.

I am trying to now attach to the web but get errors,
mainly pretaining to the fact that localhost will not
resolve to my web server (which is local).

Any ideas?

Thanks in advance.
 
H

Herfried K. Wagner [MVP]

* "Brian Jasper said:
I have just gone through the process of installing .NET
FRAMEWORK, IIS and Visual Studio .NET on a system running
XP PRofessional.

I am trying to now attach to the web but get errors,
mainly pretaining to the fact that localhost will not
resolve to my web server (which is local).

This is a VB.NET language group. You may want to ask questions like
this in the ASP.NET group:

<
Web interface:

<http://msdn.microsoft.com/newsgroup...roup=microsoft.public.dotnet.framework.aspnet>
 
J

Jerry

Brian,

You have to install IIS before installing the framework and VS.NET.
If you did not follow this order you have to uninstall all including IIS and
start over.

Regards
 
A

Armin Zingler

Jerry said:
Brian,

You have to install IIS before installing the framework and
VS.NET. If you did not follow this order you have to uninstall all
including IIS and start over.


In my case it was sufficient to execute
aspnet_regiis -i
Don't know if it helps.
 
B

Brian Jasper

Actually the problem was not the order of the install, that was correct, at
issue is the fact that I have a router installed (a microsoft one at that)
between my computer and cable modem. When I unhook the computer it works
fine, as soon as I reconnect to the router I have problems.

Brian
 

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