Hi,

On our IIS Server we have two web sites. The default web site is using the
port 80 and the second web site is using port 81. On the second web site
I've inserted a Host Header Name (www.website2.net), then to test the
connection I've modified the Hosts file on the server to included the host
header (10.10.10.10 www.website2.net). If I ping www.website2.net from the
IIS server I get a response but if I try to access the web site with the
host header I get prompt for a username and password. Anonymus access is
disabled. Can someone help me with this?
Thank you
Jacques

Re: Host header with port 81 by Juan

Juan
Thu Apr 06 09:07:44 CDT 2006

re:
> if I try to access the web site with the host header I get prompt
> for a username and password. Anonymus access is disabled.

That seems to be a normal response.
What happens if you enable anonymous access ?




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Jacques" <jacquesdemers@hotmail.com> wrote in message news:eN8hGHYWGHA.3624@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> On our IIS Server we have two web sites. The default web site is using the
> port 80 and the second web site is using port 81. On the second web site
> I've inserted a Host Header Name (www.website2.net), then to test the
> connection I've modified the Hosts file on the server to included the host
> header (10.10.10.10 www.website2.net). If I ping www.website2.net from the
> IIS server I get a response but if I try to access the web site with the
> host header I get prompt for a username and password. Anonymus access is
> disabled. Can someone help me with this?
> Thank you
> Jacques
>
>



RE: Host header with port 81 by JackieJa

JackieJa
Thu Apr 06 09:18:28 CDT 2006

This article explains when IE will prompt for credentials: 258063 Internet
Explorer May Prompt You for a Password
http://support.microsoft.com/default.aspx?scid=kb;EN-US;258063

If the computer name portion of the requested URL contains periods (such as
http://www.microsoft.com and http://10.0.0.1), Internet Explorer assumes
that the requested address exists on the Internet and does not pass any
credentials automatically.

Hope this helps!

Thank you,

Jackie Jaynes [MSFT]
Microsoft IIS

Please do not send email directly to this alias. This
is our online account name for newsgroup participation only.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.