Re: [ADVANCED-DOTNET] Cannot connect to local IIS

2004-03-18 Thread Richard Hein
7, 2004 1:11 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Cannot connect to local IIS Thank you for responding to my posting. I thought it was enough that IIS would always listen on the loopback address at 127.0.0.1. After your message, I looked at IPConfig and added that IP explicit

Re: [ADVANCED-DOTNET] Cannot connect to local IIS

2004-03-18 Thread J. Merrill
Are you certain that the default web site is running on port 80? Also, try using 127.0.0.1 instead of localhost. I don't know why "ping" would be able to resolve localhost when IE can't, but you can make sure that's not the problem by using the IP address. I have not seen this problem, so I'm

Re: [ADVANCED-DOTNET] Cannot connect to local IIS

2004-03-18 Thread Dana Gehm
Sent: Wednesday, March 17, 2004 7:29 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Cannot connect to local IIS What IP addresses is IIS configured to listen on? -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Dana Thomas Gehm

Re: [ADVANCED-DOTNET] Cannot connect to local IIS

2004-03-17 Thread Jon Flanders
What IP addresses is IIS configured to listen on? -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Dana Thomas Gehm Sent: Tuesday, March 16, 2004 2:47 PM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Cannot connect to local

[ADVANCED-DOTNET] Cannot connect to local IIS

2004-03-17 Thread Dana Thomas Gehm
I'm just getting started in ASP.NET. In the process thereof, I have XP PRO running on a notebook computer. When I try to view "http://localhost/localstart.asp"; or even any .htm file in "c:\Inetpub\wwwroot" I get a "Cannot find server or DNS Error" message in IE. Here's what I've checked so far: