MS IIS Setting: HTTP Failed To Connect if Using Machine Name
MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 28.11.2006 05:43:32 von ahmad
Dear Experts,
Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my web
application and its for development and testing purpose. Normally I use the
machine name instead of localhost. So, I always use something like,
http://mymachine/MYAPP/application.dll.
But a few weeks ago, I had manually updated the Windows Update, guessing
that it might help me on resolving security vulnerabilities in Windows,
(which I'm not sure what). So after the update, I can no longer use my
machine name and I have to use the localhost instead. Of course this is OK
if I'm working on this machine alone, but I also need to do testing from
other PC directing to this machine as well.
I tried to telnet to port 80, and it failed to establish connection if I'm
not using the name 'localhost'. Looks like it block the usage of port 80 if
I'm using the machine name. Seems to me that this only require a little
twist somewhere,... but I really have no clue where.
I tried to uninstall the whole Windows Update. Tried to stopped windows
firewall, stopped anti-virus, tweak system setting. But all to no avail.
Can anybody here be kind enough to help me?
Thank you.
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 28.11.2006 07:25:47 von Bernard
No need to cross post to many groups. just IIS will do.
Now - can remote machine ping the servername?
telnet the server port 80 remotely?
If you able to do so, what do you see when test browse a hello.html
remotely?
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
"Ahmad A. Rahman" wrote in message
news:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
> Dear Experts,
>
> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my web
> application and its for development and testing purpose. Normally I use
> the machine name instead of localhost. So, I always use something like,
> http://mymachine/MYAPP/application.dll.
>
> But a few weeks ago, I had manually updated the Windows Update, guessing
> that it might help me on resolving security vulnerabilities in Windows,
> (which I'm not sure what). So after the update, I can no longer use my
> machine name and I have to use the localhost instead. Of course this is OK
> if I'm working on this machine alone, but I also need to do testing from
> other PC directing to this machine as well.
>
> I tried to telnet to port 80, and it failed to establish connection if I'm
> not using the name 'localhost'. Looks like it block the usage of port 80
> if I'm using the machine name. Seems to me that this only require a little
> twist somewhere,... but I really have no clue where.
>
> I tried to uninstall the whole Windows Update. Tried to stopped windows
> firewall, stopped anti-virus, tweak system setting. But all to no avail.
>
> Can anybody here be kind enough to help me?
>
> Thank you.
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 28.11.2006 07:25:47 von Bernard
No need to cross post to many groups. just IIS will do.
Now - can remote machine ping the servername?
telnet the server port 80 remotely?
If you able to do so, what do you see when test browse a hello.html
remotely?
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
"Ahmad A. Rahman" wrote in message
news:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
> Dear Experts,
>
> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my web
> application and its for development and testing purpose. Normally I use
> the machine name instead of localhost. So, I always use something like,
> http://mymachine/MYAPP/application.dll.
>
> But a few weeks ago, I had manually updated the Windows Update, guessing
> that it might help me on resolving security vulnerabilities in Windows,
> (which I'm not sure what). So after the update, I can no longer use my
> machine name and I have to use the localhost instead. Of course this is OK
> if I'm working on this machine alone, but I also need to do testing from
> other PC directing to this machine as well.
>
> I tried to telnet to port 80, and it failed to establish connection if I'm
> not using the name 'localhost'. Looks like it block the usage of port 80
> if I'm using the machine name. Seems to me that this only require a little
> twist somewhere,... but I really have no clue where.
>
> I tried to uninstall the whole Windows Update. Tried to stopped windows
> firewall, stopped anti-virus, tweak system setting. But all to no avail.
>
> Can anybody here be kind enough to help me?
>
> Thank you.
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 28.11.2006 07:44:44 von ahmad
Hi Bernard,
Yes. Remote machine can ping the servername. I had tried telnet to port 80
but looks like it refuse to accept the connection. Even if I tried to telnet
to port 80 on the same machine itself, it still failed, unless I use
localhost. The only way to go to port 80 is by using the name localhost and
on the same machine.
Need to inform you again, that this only happened after I installed the
security update from MS. But I had already uninstalled it, meaning it should
go to the previous state. But apparently, it is still the same, I still
cannot connect to port 80 using the machine name.
There must be something that MS had changed in my OS setting after the
security update installed.
"Bernard Cheah [MVP]" wrote in message
news:OiFyOYrEHHA.4112@TK2MSFTNGP03.phx.gbl...
> No need to cross post to many groups. just IIS will do.
> Now - can remote machine ping the servername?
> telnet the server port 80 remotely?
>
> If you able to do so, what do you see when test browse a hello.html
> remotely?
>
> --
> Regards,
> Bernard Cheah
> http://www.iis.net/
> http://www.iis-resources.com/
> http://msmvps.com/blogs/bernard/
>
>
> "Ahmad A. Rahman" wrote in message
> news:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
>> Dear Experts,
>>
>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my
>> web application and its for development and testing purpose. Normally I
>> use the machine name instead of localhost. So, I always use something
>> like, http://mymachine/MYAPP/application.dll.
>>
>> But a few weeks ago, I had manually updated the Windows Update, guessing
>> that it might help me on resolving security vulnerabilities in Windows,
>> (which I'm not sure what). So after the update, I can no longer use my
>> machine name and I have to use the localhost instead. Of course this is
>> OK if I'm working on this machine alone, but I also need to do testing
>> from other PC directing to this machine as well.
>>
>> I tried to telnet to port 80, and it failed to establish connection if
>> I'm not using the name 'localhost'. Looks like it block the usage of port
>> 80 if I'm using the machine name. Seems to me that this only require a
>> little twist somewhere,... but I really have no clue where.
>>
>> I tried to uninstall the whole Windows Update. Tried to stopped windows
>> firewall, stopped anti-virus, tweak system setting. But all to no avail.
>>
>> Can anybody here be kind enough to help me?
>>
>> Thank you.
>>
>>
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 28.11.2006 11:30:53 von ad
Microsoft IIS 6 on Win XP Pro SP2 ?
How to install IIS6 on Windows XP?
"Ahmad A. Rahman" ¼¶¼g©ó¶l¥ó·s»D:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
> Dear Experts,
>
> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my web
> application and its for development and testing purpose. Normally I use
> the machine name instead of localhost. So, I always use something like,
> http://mymachine/MYAPP/application.dll.
>
> But a few weeks ago, I had manually updated the Windows Update, guessing
> that it might help me on resolving security vulnerabilities in Windows,
> (which I'm not sure what). So after the update, I can no longer use my
> machine name and I have to use the localhost instead. Of course this is OK
> if I'm working on this machine alone, but I also need to do testing from
> other PC directing to this machine as well.
>
> I tried to telnet to port 80, and it failed to establish connection if I'm
> not using the name 'localhost'. Looks like it block the usage of port 80
> if I'm using the machine name. Seems to me that this only require a little
> twist somewhere,... but I really have no clue where.
>
> I tried to uninstall the whole Windows Update. Tried to stopped windows
> firewall, stopped anti-virus, tweak system setting. But all to no avail.
>
> Can anybody here be kind enough to help me?
>
> Thank you.
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 28.11.2006 11:30:53 von ad
Microsoft IIS 6 on Win XP Pro SP2 ?
How to install IIS6 on Windows XP?
"Ahmad A. Rahman" ¼¶¼g©ó¶l¥ó·s»D:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
> Dear Experts,
>
> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my web
> application and its for development and testing purpose. Normally I use
> the machine name instead of localhost. So, I always use something like,
> http://mymachine/MYAPP/application.dll.
>
> But a few weeks ago, I had manually updated the Windows Update, guessing
> that it might help me on resolving security vulnerabilities in Windows,
> (which I'm not sure what). So after the update, I can no longer use my
> machine name and I have to use the localhost instead. Of course this is OK
> if I'm working on this machine alone, but I also need to do testing from
> other PC directing to this machine as well.
>
> I tried to telnet to port 80, and it failed to establish connection if I'm
> not using the name 'localhost'. Looks like it block the usage of port 80
> if I'm using the machine name. Seems to me that this only require a little
> twist somewhere,... but I really have no clue where.
>
> I tried to uninstall the whole Windows Update. Tried to stopped windows
> firewall, stopped anti-virus, tweak system setting. But all to no avail.
>
> Can anybody here be kind enough to help me?
>
> Thank you.
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 28.11.2006 11:40:29 von ahmad
OK, its not IIS 6. And you cant install it in XP. My mistake.
Please help resolving the issue.
"ad" wrote in message
news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
> Microsoft IIS 6 on Win XP Pro SP2 ?
> How to install IIS6 on Windows XP?
>
>
> "Ahmad A. Rahman"
> ¼¶¼g©ó¶l¥ó·s»D:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
>> Dear Experts,
>>
>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my
>> web application and its for development and testing purpose. Normally I
>> use the machine name instead of localhost. So, I always use something
>> like, http://mymachine/MYAPP/application.dll.
>>
>> But a few weeks ago, I had manually updated the Windows Update, guessing
>> that it might help me on resolving security vulnerabilities in Windows,
>> (which I'm not sure what). So after the update, I can no longer use my
>> machine name and I have to use the localhost instead. Of course this is
>> OK if I'm working on this machine alone, but I also need to do testing
>> from other PC directing to this machine as well.
>>
>> I tried to telnet to port 80, and it failed to establish connection if
>> I'm not using the name 'localhost'. Looks like it block the usage of port
>> 80 if I'm using the machine name. Seems to me that this only require a
>> little twist somewhere,... but I really have no clue where.
>>
>> I tried to uninstall the whole Windows Update. Tried to stopped windows
>> firewall, stopped anti-virus, tweak system setting. But all to no avail.
>>
>> Can anybody here be kind enough to help me?
>>
>> Thank you.
>>
>>
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 28.11.2006 11:40:29 von ahmad
OK, its not IIS 6. And you cant install it in XP. My mistake.
Please help resolving the issue.
"ad" wrote in message
news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
> Microsoft IIS 6 on Win XP Pro SP2 ?
> How to install IIS6 on Windows XP?
>
>
> "Ahmad A. Rahman"
> ¼¶¼g©ó¶l¥ó·s»D:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
>> Dear Experts,
>>
>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my
>> web application and its for development and testing purpose. Normally I
>> use the machine name instead of localhost. So, I always use something
>> like, http://mymachine/MYAPP/application.dll.
>>
>> But a few weeks ago, I had manually updated the Windows Update, guessing
>> that it might help me on resolving security vulnerabilities in Windows,
>> (which I'm not sure what). So after the update, I can no longer use my
>> machine name and I have to use the localhost instead. Of course this is
>> OK if I'm working on this machine alone, but I also need to do testing
>> from other PC directing to this machine as well.
>>
>> I tried to telnet to port 80, and it failed to establish connection if
>> I'm not using the name 'localhost'. Looks like it block the usage of port
>> 80 if I'm using the machine name. Seems to me that this only require a
>> little twist somewhere,... but I really have no clue where.
>>
>> I tried to uninstall the whole Windows Update. Tried to stopped windows
>> firewall, stopped anti-virus, tweak system setting. But all to no avail.
>>
>> Can anybody here be kind enough to help me?
>>
>> Thank you.
>>
>>
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 28.11.2006 14:58:20 von Roger Abell
How far out of date was this XP on service as obtained from
Windows Update ? Was SP 2 part of the new service applied?
When you say "all to no avail" what do you mean ? that you
could not shut off the firewall or that it made no difference?
That you pull up content with localhost shows that IIS is working.
Use of localhost does not go out the network interface, so either
tcp 80 is not being allowed in or the website is configured with
hostheaders to only allow response when hit upon with certain
host names (like localhost) in use.
"Ahmad A. Rahman" wrote in message
news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl...
> OK, its not IIS 6. And you cant install it in XP. My mistake.
>
> Please help resolving the issue.
>
>
> "ad" wrote in message
> news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
>> Microsoft IIS 6 on Win XP Pro SP2 ?
>> How to install IIS6 on Windows XP?
>>
>>
>> "Ahmad A. Rahman"
>> ¼¶¼g©ó¶l¥ó·s»D:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
>>> Dear Experts,
>>>
>>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my
>>> web application and its for development and testing purpose. Normally I
>>> use the machine name instead of localhost. So, I always use something
>>> like, http://mymachine/MYAPP/application.dll.
>>>
>>> But a few weeks ago, I had manually updated the Windows Update, guessing
>>> that it might help me on resolving security vulnerabilities in Windows,
>>> (which I'm not sure what). So after the update, I can no longer use my
>>> machine name and I have to use the localhost instead. Of course this is
>>> OK if I'm working on this machine alone, but I also need to do testing
>>> from other PC directing to this machine as well.
>>>
>>> I tried to telnet to port 80, and it failed to establish connection if
>>> I'm not using the name 'localhost'. Looks like it block the usage of
>>> port 80 if I'm using the machine name. Seems to me that this only
>>> require a little twist somewhere,... but I really have no clue where.
>>>
>>> I tried to uninstall the whole Windows Update. Tried to stopped windows
>>> firewall, stopped anti-virus, tweak system setting. But all to no avail.
>>>
>>> Can anybody here be kind enough to help me?
>>>
>>> Thank you.
>>>
>>>
>>
>>
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 28.11.2006 14:58:20 von Roger Abell
How far out of date was this XP on service as obtained from
Windows Update ? Was SP 2 part of the new service applied?
When you say "all to no avail" what do you mean ? that you
could not shut off the firewall or that it made no difference?
That you pull up content with localhost shows that IIS is working.
Use of localhost does not go out the network interface, so either
tcp 80 is not being allowed in or the website is configured with
hostheaders to only allow response when hit upon with certain
host names (like localhost) in use.
"Ahmad A. Rahman" wrote in message
news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl...
> OK, its not IIS 6. And you cant install it in XP. My mistake.
>
> Please help resolving the issue.
>
>
> "ad" wrote in message
> news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
>> Microsoft IIS 6 on Win XP Pro SP2 ?
>> How to install IIS6 on Windows XP?
>>
>>
>> "Ahmad A. Rahman"
>> ¼¶¼g©ó¶l¥ó·s»D:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
>>> Dear Experts,
>>>
>>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my
>>> web application and its for development and testing purpose. Normally I
>>> use the machine name instead of localhost. So, I always use something
>>> like, http://mymachine/MYAPP/application.dll.
>>>
>>> But a few weeks ago, I had manually updated the Windows Update, guessing
>>> that it might help me on resolving security vulnerabilities in Windows,
>>> (which I'm not sure what). So after the update, I can no longer use my
>>> machine name and I have to use the localhost instead. Of course this is
>>> OK if I'm working on this machine alone, but I also need to do testing
>>> from other PC directing to this machine as well.
>>>
>>> I tried to telnet to port 80, and it failed to establish connection if
>>> I'm not using the name 'localhost'. Looks like it block the usage of
>>> port 80 if I'm using the machine name. Seems to me that this only
>>> require a little twist somewhere,... but I really have no clue where.
>>>
>>> I tried to uninstall the whole Windows Update. Tried to stopped windows
>>> firewall, stopped anti-virus, tweak system setting. But all to no avail.
>>>
>>> Can anybody here be kind enough to help me?
>>>
>>> Thank you.
>>>
>>>
>>
>>
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 29.11.2006 02:20:29 von ahmad
No. SP2 is not part of the update. I already installed SP2 long time ago and
its working well (I can go to port 80 using machine name).
Yes. It's like tcp 80 not being allowed to accept connection if using the
the machine name. I had actually experienced this twice in different
machine. It all happened after I applied Windows Update. I do not sure which
Windows Update package because I normally download and install a whole bunch
of them. After I installed them and reboot, then it happened. I'm sure that
its part of the security feature that was enforced on the system. But I do
not know how to tweak it back to normal again.
I'll gonna do some more testing first and let you know the results.
"Roger Abell [MVP]" wrote in message
news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl...
> How far out of date was this XP on service as obtained from
> Windows Update ? Was SP 2 part of the new service applied?
>
> When you say "all to no avail" what do you mean ? that you
> could not shut off the firewall or that it made no difference?
>
> That you pull up content with localhost shows that IIS is working.
> Use of localhost does not go out the network interface, so either
> tcp 80 is not being allowed in or the website is configured with
> hostheaders to only allow response when hit upon with certain
> host names (like localhost) in use.
>
> "Ahmad A. Rahman" wrote in message
> news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl...
>> OK, its not IIS 6. And you cant install it in XP. My mistake.
>>
>> Please help resolving the issue.
>>
>>
>> "ad" wrote in message
>> news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
>>> Microsoft IIS 6 on Win XP Pro SP2 ?
>>> How to install IIS6 on Windows XP?
>>>
>>>
>>> "Ahmad A. Rahman"
>>> ¼¶¼g©ó¶l¥ó·s»D:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
>>>> Dear Experts,
>>>>
>>>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my
>>>> web application and its for development and testing purpose. Normally I
>>>> use the machine name instead of localhost. So, I always use something
>>>> like, http://mymachine/MYAPP/application.dll.
>>>>
>>>> But a few weeks ago, I had manually updated the Windows Update,
>>>> guessing that it might help me on resolving security vulnerabilities in
>>>> Windows, (which I'm not sure what). So after the update, I can no
>>>> longer use my machine name and I have to use the localhost instead. Of
>>>> course this is OK if I'm working on this machine alone, but I also need
>>>> to do testing from other PC directing to this machine as well.
>>>>
>>>> I tried to telnet to port 80, and it failed to establish connection if
>>>> I'm not using the name 'localhost'. Looks like it block the usage of
>>>> port 80 if I'm using the machine name. Seems to me that this only
>>>> require a little twist somewhere,... but I really have no clue where.
>>>>
>>>> I tried to uninstall the whole Windows Update. Tried to stopped windows
>>>> firewall, stopped anti-virus, tweak system setting. But all to no
>>>> avail.
>>>>
>>>> Can anybody here be kind enough to help me?
>>>>
>>>> Thank you.
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 29.11.2006 02:20:29 von ahmad
No. SP2 is not part of the update. I already installed SP2 long time ago and
its working well (I can go to port 80 using machine name).
Yes. It's like tcp 80 not being allowed to accept connection if using the
the machine name. I had actually experienced this twice in different
machine. It all happened after I applied Windows Update. I do not sure which
Windows Update package because I normally download and install a whole bunch
of them. After I installed them and reboot, then it happened. I'm sure that
its part of the security feature that was enforced on the system. But I do
not know how to tweak it back to normal again.
I'll gonna do some more testing first and let you know the results.
"Roger Abell [MVP]" wrote in message
news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl...
> How far out of date was this XP on service as obtained from
> Windows Update ? Was SP 2 part of the new service applied?
>
> When you say "all to no avail" what do you mean ? that you
> could not shut off the firewall or that it made no difference?
>
> That you pull up content with localhost shows that IIS is working.
> Use of localhost does not go out the network interface, so either
> tcp 80 is not being allowed in or the website is configured with
> hostheaders to only allow response when hit upon with certain
> host names (like localhost) in use.
>
> "Ahmad A. Rahman" wrote in message
> news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl...
>> OK, its not IIS 6. And you cant install it in XP. My mistake.
>>
>> Please help resolving the issue.
>>
>>
>> "ad" wrote in message
>> news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
>>> Microsoft IIS 6 on Win XP Pro SP2 ?
>>> How to install IIS6 on Windows XP?
>>>
>>>
>>> "Ahmad A. Rahman"
>>> ¼¶¼g©ó¶l¥ó·s»D:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
>>>> Dear Experts,
>>>>
>>>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my
>>>> web application and its for development and testing purpose. Normally I
>>>> use the machine name instead of localhost. So, I always use something
>>>> like, http://mymachine/MYAPP/application.dll.
>>>>
>>>> But a few weeks ago, I had manually updated the Windows Update,
>>>> guessing that it might help me on resolving security vulnerabilities in
>>>> Windows, (which I'm not sure what). So after the update, I can no
>>>> longer use my machine name and I have to use the localhost instead. Of
>>>> course this is OK if I'm working on this machine alone, but I also need
>>>> to do testing from other PC directing to this machine as well.
>>>>
>>>> I tried to telnet to port 80, and it failed to establish connection if
>>>> I'm not using the name 'localhost'. Looks like it block the usage of
>>>> port 80 if I'm using the machine name. Seems to me that this only
>>>> require a little twist somewhere,... but I really have no clue where.
>>>>
>>>> I tried to uninstall the whole Windows Update. Tried to stopped windows
>>>> firewall, stopped anti-virus, tweak system setting. But all to no
>>>> avail.
>>>>
>>>> Can anybody here be kind enough to help me?
>>>>
>>>> Thank you.
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 29.11.2006 05:45:25 von Bernard
what do you get in telnet?
can't established connection? or http error ?
is firewall on ? and you have enable http port 80 access?
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
"Ahmad A. Rahman" wrote in message
news:%23b5P0irEHHA.1748@TK2MSFTNGP02.phx.gbl...
> Hi Bernard,
>
> Yes. Remote machine can ping the servername. I had tried telnet to port 80
> but looks like it refuse to accept the connection. Even if I tried to
> telnet to port 80 on the same machine itself, it still failed, unless I
> use localhost. The only way to go to port 80 is by using the name
> localhost and on the same machine.
>
> Need to inform you again, that this only happened after I installed the
> security update from MS. But I had already uninstalled it, meaning it
> should go to the previous state. But apparently, it is still the same, I
> still cannot connect to port 80 using the machine name.
>
> There must be something that MS had changed in my OS setting after the
> security update installed.
>
> "Bernard Cheah [MVP]" wrote in message
> news:OiFyOYrEHHA.4112@TK2MSFTNGP03.phx.gbl...
>> No need to cross post to many groups. just IIS will do.
>> Now - can remote machine ping the servername?
>> telnet the server port 80 remotely?
>>
>> If you able to do so, what do you see when test browse a hello.html
>> remotely?
>>
>> --
>> Regards,
>> Bernard Cheah
>> http://www.iis.net/
>> http://www.iis-resources.com/
>> http://msmvps.com/blogs/bernard/
>>
>>
>> "Ahmad A. Rahman" wrote in message
>> news:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
>>> Dear Experts,
>>>
>>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my
>>> web application and its for development and testing purpose. Normally I
>>> use the machine name instead of localhost. So, I always use something
>>> like, http://mymachine/MYAPP/application.dll.
>>>
>>> But a few weeks ago, I had manually updated the Windows Update, guessing
>>> that it might help me on resolving security vulnerabilities in Windows,
>>> (which I'm not sure what). So after the update, I can no longer use my
>>> machine name and I have to use the localhost instead. Of course this is
>>> OK if I'm working on this machine alone, but I also need to do testing
>>> from other PC directing to this machine as well.
>>>
>>> I tried to telnet to port 80, and it failed to establish connection if
>>> I'm not using the name 'localhost'. Looks like it block the usage of
>>> port 80 if I'm using the machine name. Seems to me that this only
>>> require a little twist somewhere,... but I really have no clue where.
>>>
>>> I tried to uninstall the whole Windows Update. Tried to stopped windows
>>> firewall, stopped anti-virus, tweak system setting. But all to no avail.
>>>
>>> Can anybody here be kind enough to help me?
>>>
>>> Thank you.
>>>
>>>
>>
>>
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 29.11.2006 06:42:31 von ahmad
OK, it is confirmed to be IIS setting. and not TCP/IP network interface or
firewall filter.
The reason: Just now I tried to use Apache Tomcat webserver and point to
port 80, and I use the machinename, ITS WORKING FINE!!
Tried to telnet to port 80 using the machine name, and of course it is
working as well (using Tomcat).
So, the question now is, where is the IIS setting that filter out the
connection if using machinename? It must be somewhere. I'll let you guys
know when I found it. But appreciate if you guys can help me too. :)
Thanks.
"Roger Abell [MVP]" wrote in message
news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl...
> How far out of date was this XP on service as obtained from
> Windows Update ? Was SP 2 part of the new service applied?
>
> When you say "all to no avail" what do you mean ? that you
> could not shut off the firewall or that it made no difference?
>
> That you pull up content with localhost shows that IIS is working.
> Use of localhost does not go out the network interface, so either
> tcp 80 is not being allowed in or the website is configured with
> hostheaders to only allow response when hit upon with certain
> host names (like localhost) in use.
>
> "Ahmad A. Rahman" wrote in message
> news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl...
>> OK, its not IIS 6. And you cant install it in XP. My mistake.
>>
>> Please help resolving the issue.
>>
>>
>> "ad" wrote in message
>> news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
>>> Microsoft IIS 6 on Win XP Pro SP2 ?
>>> How to install IIS6 on Windows XP?
>>>
>>>
>>> "Ahmad A. Rahman"
>>> ¼¶¼g©ó¶l¥ó·s»D:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
>>>> Dear Experts,
>>>>
>>>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my
>>>> web application and its for development and testing purpose. Normally I
>>>> use the machine name instead of localhost. So, I always use something
>>>> like, http://mymachine/MYAPP/application.dll.
>>>>
>>>> But a few weeks ago, I had manually updated the Windows Update,
>>>> guessing that it might help me on resolving security vulnerabilities in
>>>> Windows, (which I'm not sure what). So after the update, I can no
>>>> longer use my machine name and I have to use the localhost instead. Of
>>>> course this is OK if I'm working on this machine alone, but I also need
>>>> to do testing from other PC directing to this machine as well.
>>>>
>>>> I tried to telnet to port 80, and it failed to establish connection if
>>>> I'm not using the name 'localhost'. Looks like it block the usage of
>>>> port 80 if I'm using the machine name. Seems to me that this only
>>>> require a little twist somewhere,... but I really have no clue where.
>>>>
>>>> I tried to uninstall the whole Windows Update. Tried to stopped windows
>>>> firewall, stopped anti-virus, tweak system setting. But all to no
>>>> avail.
>>>>
>>>> Can anybody here be kind enough to help me?
>>>>
>>>> Thank you.
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 29.11.2006 06:42:31 von ahmad
OK, it is confirmed to be IIS setting. and not TCP/IP network interface or
firewall filter.
The reason: Just now I tried to use Apache Tomcat webserver and point to
port 80, and I use the machinename, ITS WORKING FINE!!
Tried to telnet to port 80 using the machine name, and of course it is
working as well (using Tomcat).
So, the question now is, where is the IIS setting that filter out the
connection if using machinename? It must be somewhere. I'll let you guys
know when I found it. But appreciate if you guys can help me too. :)
Thanks.
"Roger Abell [MVP]" wrote in message
news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl...
> How far out of date was this XP on service as obtained from
> Windows Update ? Was SP 2 part of the new service applied?
>
> When you say "all to no avail" what do you mean ? that you
> could not shut off the firewall or that it made no difference?
>
> That you pull up content with localhost shows that IIS is working.
> Use of localhost does not go out the network interface, so either
> tcp 80 is not being allowed in or the website is configured with
> hostheaders to only allow response when hit upon with certain
> host names (like localhost) in use.
>
> "Ahmad A. Rahman" wrote in message
> news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl...
>> OK, its not IIS 6. And you cant install it in XP. My mistake.
>>
>> Please help resolving the issue.
>>
>>
>> "ad" wrote in message
>> news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
>>> Microsoft IIS 6 on Win XP Pro SP2 ?
>>> How to install IIS6 on Windows XP?
>>>
>>>
>>> "Ahmad A. Rahman"
>>> ¼¶¼g©ó¶l¥ó·s»D:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
>>>> Dear Experts,
>>>>
>>>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my
>>>> web application and its for development and testing purpose. Normally I
>>>> use the machine name instead of localhost. So, I always use something
>>>> like, http://mymachine/MYAPP/application.dll.
>>>>
>>>> But a few weeks ago, I had manually updated the Windows Update,
>>>> guessing that it might help me on resolving security vulnerabilities in
>>>> Windows, (which I'm not sure what). So after the update, I can no
>>>> longer use my machine name and I have to use the localhost instead. Of
>>>> course this is OK if I'm working on this machine alone, but I also need
>>>> to do testing from other PC directing to this machine as well.
>>>>
>>>> I tried to telnet to port 80, and it failed to establish connection if
>>>> I'm not using the name 'localhost'. Looks like it block the usage of
>>>> port 80 if I'm using the machine name. Seems to me that this only
>>>> require a little twist somewhere,... but I really have no clue where.
>>>>
>>>> I tried to uninstall the whole Windows Update. Tried to stopped windows
>>>> firewall, stopped anti-virus, tweak system setting. But all to no
>>>> avail.
>>>>
>>>> Can anybody here be kind enough to help me?
>>>>
>>>> Thank you.
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 29.11.2006 08:59:57 von Roger Abell
The only place I am aware of that might fit the bill is on the
general properties of the website where one defines what
IP the site responds to, as there one can state for what names
(i.e. host headers) the IP will be effective.
"Ahmad A. Rahman" wrote in message
news:%23rXDtk3EHHA.996@TK2MSFTNGP02.phx.gbl...
> OK, it is confirmed to be IIS setting. and not TCP/IP network interface or
> firewall filter.
>
> The reason: Just now I tried to use Apache Tomcat webserver and point to
> port 80, and I use the machinename, ITS WORKING FINE!!
> Tried to telnet to port 80 using the machine name, and of course it is
> working as well (using Tomcat).
>
> So, the question now is, where is the IIS setting that filter out the
> connection if using machinename? It must be somewhere. I'll let you guys
> know when I found it. But appreciate if you guys can help me too. :)
>
> Thanks.
>
> "Roger Abell [MVP]" wrote in message
> news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl...
>> How far out of date was this XP on service as obtained from
>> Windows Update ? Was SP 2 part of the new service applied?
>>
>> When you say "all to no avail" what do you mean ? that you
>> could not shut off the firewall or that it made no difference?
>>
>> That you pull up content with localhost shows that IIS is working.
>> Use of localhost does not go out the network interface, so either
>> tcp 80 is not being allowed in or the website is configured with
>> hostheaders to only allow response when hit upon with certain
>> host names (like localhost) in use.
>>
>> "Ahmad A. Rahman" wrote in message
>> news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl...
>>> OK, its not IIS 6. And you cant install it in XP. My mistake.
>>>
>>> Please help resolving the issue.
>>>
>>>
>>> "ad" wrote in message
>>> news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
>>>> Microsoft IIS 6 on Win XP Pro SP2 ?
>>>> How to install IIS6 on Windows XP?
>>>>
>>>>
>>>> "Ahmad A. Rahman"
>>>> ¼¶¼g©ó¶l¥ó·s»D:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
>>>>> Dear Experts,
>>>>>
>>>>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my
>>>>> web application and its for development and testing purpose. Normally
>>>>> I use the machine name instead of localhost. So, I always use
>>>>> something like, http://mymachine/MYAPP/application.dll.
>>>>>
>>>>> But a few weeks ago, I had manually updated the Windows Update,
>>>>> guessing that it might help me on resolving security vulnerabilities
>>>>> in Windows, (which I'm not sure what). So after the update, I can no
>>>>> longer use my machine name and I have to use the localhost instead. Of
>>>>> course this is OK if I'm working on this machine alone, but I also
>>>>> need to do testing from other PC directing to this machine as well.
>>>>>
>>>>> I tried to telnet to port 80, and it failed to establish connection if
>>>>> I'm not using the name 'localhost'. Looks like it block the usage of
>>>>> port 80 if I'm using the machine name. Seems to me that this only
>>>>> require a little twist somewhere,... but I really have no clue where.
>>>>>
>>>>> I tried to uninstall the whole Windows Update. Tried to stopped
>>>>> windows firewall, stopped anti-virus, tweak system setting. But all to
>>>>> no avail.
>>>>>
>>>>> Can anybody here be kind enough to help me?
>>>>>
>>>>> Thank you.
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 29.11.2006 08:59:57 von Roger Abell
The only place I am aware of that might fit the bill is on the
general properties of the website where one defines what
IP the site responds to, as there one can state for what names
(i.e. host headers) the IP will be effective.
"Ahmad A. Rahman" wrote in message
news:%23rXDtk3EHHA.996@TK2MSFTNGP02.phx.gbl...
> OK, it is confirmed to be IIS setting. and not TCP/IP network interface or
> firewall filter.
>
> The reason: Just now I tried to use Apache Tomcat webserver and point to
> port 80, and I use the machinename, ITS WORKING FINE!!
> Tried to telnet to port 80 using the machine name, and of course it is
> working as well (using Tomcat).
>
> So, the question now is, where is the IIS setting that filter out the
> connection if using machinename? It must be somewhere. I'll let you guys
> know when I found it. But appreciate if you guys can help me too. :)
>
> Thanks.
>
> "Roger Abell [MVP]" wrote in message
> news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl...
>> How far out of date was this XP on service as obtained from
>> Windows Update ? Was SP 2 part of the new service applied?
>>
>> When you say "all to no avail" what do you mean ? that you
>> could not shut off the firewall or that it made no difference?
>>
>> That you pull up content with localhost shows that IIS is working.
>> Use of localhost does not go out the network interface, so either
>> tcp 80 is not being allowed in or the website is configured with
>> hostheaders to only allow response when hit upon with certain
>> host names (like localhost) in use.
>>
>> "Ahmad A. Rahman" wrote in message
>> news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl...
>>> OK, its not IIS 6. And you cant install it in XP. My mistake.
>>>
>>> Please help resolving the issue.
>>>
>>>
>>> "ad" wrote in message
>>> news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
>>>> Microsoft IIS 6 on Win XP Pro SP2 ?
>>>> How to install IIS6 on Windows XP?
>>>>
>>>>
>>>> "Ahmad A. Rahman"
>>>> ¼¶¼g©ó¶l¥ó·s»D:%23swJFfqEHHA.4212@TK2MSFTNGP04.phx.gbl...
>>>>> Dear Experts,
>>>>>
>>>>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host my
>>>>> web application and its for development and testing purpose. Normally
>>>>> I use the machine name instead of localhost. So, I always use
>>>>> something like, http://mymachine/MYAPP/application.dll.
>>>>>
>>>>> But a few weeks ago, I had manually updated the Windows Update,
>>>>> guessing that it might help me on resolving security vulnerabilities
>>>>> in Windows, (which I'm not sure what). So after the update, I can no
>>>>> longer use my machine name and I have to use the localhost instead. Of
>>>>> course this is OK if I'm working on this machine alone, but I also
>>>>> need to do testing from other PC directing to this machine as well.
>>>>>
>>>>> I tried to telnet to port 80, and it failed to establish connection if
>>>>> I'm not using the name 'localhost'. Looks like it block the usage of
>>>>> port 80 if I'm using the machine name. Seems to me that this only
>>>>> require a little twist somewhere,... but I really have no clue where.
>>>>>
>>>>> I tried to uninstall the whole Windows Update. Tried to stopped
>>>>> windows firewall, stopped anti-virus, tweak system setting. But all to
>>>>> no avail.
>>>>>
>>>>> Can anybody here be kind enough to help me?
>>>>>
>>>>> Thank you.
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 29.11.2006 11:39:07 von David Wang
No, you didn't confirm it to be IIS setting because the conclusion does
not make sense. There is no such setting to filter out connections by
machinename.
Why? Because the machinename is not used to make a connection to IIS.
The client does a DNS lookup on the machinename to obtain a IP-address,
and then it makes a TCP/IP connection to port 80 of that IP-address
using the HTTP protocol. IIS never sees the machinename, so how can it
filter out such connections?
Now, there is a documented XPSP2 security patch at the TCP/IP level
which affects local-loopback connectivity via the IP-address associated
with the machinename. It mainly affects NTLM Authentication, which is
enabled on IIS but not Apache. I forget the exact patch# but I know it
exists. And it has a Registry switch to disable that security behavior.
Why it works for Tomcat server, not certain - maybe Java uses its own
networking stack at the native layer.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Ahmad A. Rahman wrote:
> OK, it is confirmed to be IIS setting. and not TCP/IP network interface or
> firewall filter.
>
> The reason: Just now I tried to use Apache Tomcat webserver and point to
> port 80, and I use the machinename, ITS WORKING FINE!!
> Tried to telnet to port 80 using the machine name, and of course it is
> working as well (using Tomcat).
>
> So, the question now is, where is the IIS setting that filter out the
> connection if using machinename? It must be somewhere. I'll let you guys
> know when I found it. But appreciate if you guys can help me too. :)
>
> Thanks.
>
> "Roger Abell [MVP]" wrote in message
> news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl...
> > How far out of date was this XP on service as obtained from
> > Windows Update ? Was SP 2 part of the new service applied?
> >
> > When you say "all to no avail" what do you mean ? that you
> > could not shut off the firewall or that it made no difference?
> >
> > That you pull up content with localhost shows that IIS is working.
> > Use of localhost does not go out the network interface, so either
> > tcp 80 is not being allowed in or the website is configured with
> > hostheaders to only allow response when hit upon with certain
> > host names (like localhost) in use.
> >
> > "Ahmad A. Rahman" wrote in message
> > news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl...
> >> OK, its not IIS 6. And you cant install it in XP. My mistake.
> >>
> >> Please help resolving the issue.
> >>
> >>
> >> "ad" wrote in message
> >> news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
> >>> Microsoft IIS 6 on Win XP Pro SP2 ?
> >>> How to install IIS6 on Windows XP?
> >>>
> >>>
> >>> "Ahmad A. Rahman"
> >>> ¼¶=BCg©ó=B6l¥ó=B7s=BBD:%23swJFfqEHHA.4212@TK2MSF TNGP04.ph=
xgbl...
> >>>> Dear Experts,
> >>>>
> >>>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host =
my
> >>>> web application and its for development and testing purpose. Normall=
y I
> >>>> use the machine name instead of localhost. So, I always use something
> >>>> like, http://mymachine/MYAPP/application.dll.
> >>>>
> >>>> But a few weeks ago, I had manually updated the Windows Update,
> >>>> guessing that it might help me on resolving security vulnerabilities=
in
> >>>> Windows, (which I'm not sure what). So after the update, I can no
> >>>> longer use my machine name and I have to use the localhost instead. =
Of
> >>>> course this is OK if I'm working on this machine alone, but I also n=
eed
> >>>> to do testing from other PC directing to this machine as well.
> >>>>
> >>>> I tried to telnet to port 80, and it failed to establish connection =
if
> >>>> I'm not using the name 'localhost'. Looks like it block the usage of
> >>>> port 80 if I'm using the machine name. Seems to me that this only
> >>>> require a little twist somewhere,... but I really have no clue where.
> >>>>
> >>>> I tried to uninstall the whole Windows Update. Tried to stopped wind=
ows
> >>>> firewall, stopped anti-virus, tweak system setting. But all to no
> >>>> avail.
> >>>>
> >>>> Can anybody here be kind enough to help me?
> >>>>
> >>>> Thank you.
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>
> >
> >
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 29.11.2006 11:39:07 von David Wang
No, you didn't confirm it to be IIS setting because the conclusion does
not make sense. There is no such setting to filter out connections by
machinename.
Why? Because the machinename is not used to make a connection to IIS.
The client does a DNS lookup on the machinename to obtain a IP-address,
and then it makes a TCP/IP connection to port 80 of that IP-address
using the HTTP protocol. IIS never sees the machinename, so how can it
filter out such connections?
Now, there is a documented XPSP2 security patch at the TCP/IP level
which affects local-loopback connectivity via the IP-address associated
with the machinename. It mainly affects NTLM Authentication, which is
enabled on IIS but not Apache. I forget the exact patch# but I know it
exists. And it has a Registry switch to disable that security behavior.
Why it works for Tomcat server, not certain - maybe Java uses its own
networking stack at the native layer.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Ahmad A. Rahman wrote:
> OK, it is confirmed to be IIS setting. and not TCP/IP network interface or
> firewall filter.
>
> The reason: Just now I tried to use Apache Tomcat webserver and point to
> port 80, and I use the machinename, ITS WORKING FINE!!
> Tried to telnet to port 80 using the machine name, and of course it is
> working as well (using Tomcat).
>
> So, the question now is, where is the IIS setting that filter out the
> connection if using machinename? It must be somewhere. I'll let you guys
> know when I found it. But appreciate if you guys can help me too. :)
>
> Thanks.
>
> "Roger Abell [MVP]" wrote in message
> news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl...
> > How far out of date was this XP on service as obtained from
> > Windows Update ? Was SP 2 part of the new service applied?
> >
> > When you say "all to no avail" what do you mean ? that you
> > could not shut off the firewall or that it made no difference?
> >
> > That you pull up content with localhost shows that IIS is working.
> > Use of localhost does not go out the network interface, so either
> > tcp 80 is not being allowed in or the website is configured with
> > hostheaders to only allow response when hit upon with certain
> > host names (like localhost) in use.
> >
> > "Ahmad A. Rahman" wrote in message
> > news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl...
> >> OK, its not IIS 6. And you cant install it in XP. My mistake.
> >>
> >> Please help resolving the issue.
> >>
> >>
> >> "ad" wrote in message
> >> news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
> >>> Microsoft IIS 6 on Win XP Pro SP2 ?
> >>> How to install IIS6 on Windows XP?
> >>>
> >>>
> >>> "Ahmad A. Rahman"
> >>> ¼¶=BCg©ó=B6l¥ó=B7s=BBD:%23swJFfqEHHA.4212@TK2MSF TNGP04.ph=
xgbl...
> >>>> Dear Experts,
> >>>>
> >>>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host =
my
> >>>> web application and its for development and testing purpose. Normall=
y I
> >>>> use the machine name instead of localhost. So, I always use something
> >>>> like, http://mymachine/MYAPP/application.dll.
> >>>>
> >>>> But a few weeks ago, I had manually updated the Windows Update,
> >>>> guessing that it might help me on resolving security vulnerabilities=
in
> >>>> Windows, (which I'm not sure what). So after the update, I can no
> >>>> longer use my machine name and I have to use the localhost instead. =
Of
> >>>> course this is OK if I'm working on this machine alone, but I also n=
eed
> >>>> to do testing from other PC directing to this machine as well.
> >>>>
> >>>> I tried to telnet to port 80, and it failed to establish connection =
if
> >>>> I'm not using the name 'localhost'. Looks like it block the usage of
> >>>> port 80 if I'm using the machine name. Seems to me that this only
> >>>> require a little twist somewhere,... but I really have no clue where.
> >>>>
> >>>> I tried to uninstall the whole Windows Update. Tried to stopped wind=
ows
> >>>> firewall, stopped anti-virus, tweak system setting. But all to no
> >>>> avail.
> >>>>
> >>>> Can anybody here be kind enough to help me?
> >>>>
> >>>> Thank you.
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>
> >
> >
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 29.11.2006 14:49:47 von ahmad
This is a multi-part message in MIME format.
------=_NextPart_000_0007_01C71400.49B73F10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
David,
I think you are correct. And your explaination make sense. It must be at =
the NTLM authentication level or somewhere after TCP/IP receive the =
request, but bounced it back off. I know that Apache does not use NTLM =
and that makes the process is much simpler.
I tried to uninstall and re-install IIS just now, and apparently, it is =
still not working.
It must be somewhere in the registry. Somewhere in =
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa. Not sure which =
key, I'm afraid that I'll blow my whole operating system.
As for the status, I copy this the console message:
------------------------------------------------------------ -------------=
-------
D:\Documents and Settings\Ahmad>telnet rahman 80
Connecting To rahman...Could not open connection to the host, on port =
80: Connec
t failed
D:\Documents and Settings\Ahmad>telnet rahman 25
D:\Documents and Settings\Ahmad>telnet localhost 25
220 rahman Microsoft ESMTP MAIL Service, Version: 6.0.2600.2180 ready at =
Wed, 2
9 Nov 2006 21:45:44 +0800
QUIT
221 Closing connection. Good bye.
Connection to host lost.
D:\Documents and Settings\Ahmad>
------------------------------------------------------------ -------------=
-------
Telnet to port 25 is also not successful if using machinename. The =
journey will continue for me.
But It's weird. Am I alone affected by this weird problem? Anyone out =
there has got this kind of mess?
Thanks.
"David Wang" wrote in message =
news:1164796747.207540.79700@j72g2000cwa.googlegroups.com...
No, you didn't confirm it to be IIS setting because the conclusion does
not make sense. There is no such setting to filter out connections by
machinename.
Why? Because the machinename is not used to make a connection to IIS.
The client does a DNS lookup on the machinename to obtain a IP-address,
and then it makes a TCP/IP connection to port 80 of that IP-address
using the HTTP protocol. IIS never sees the machinename, so how can it
filter out such connections?
Now, there is a documented XPSP2 security patch at the TCP/IP level
which affects local-loopback connectivity via the IP-address associated
with the machinename. It mainly affects NTLM Authentication, which is
enabled on IIS but not Apache. I forget the exact patch# but I know it
exists. And it has a Registry switch to disable that security behavior.
Why it works for Tomcat server, not certain - maybe Java uses its own
networking stack at the native layer.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Ahmad A. Rahman wrote:
> OK, it is confirmed to be IIS setting. and not TCP/IP network =
interface or
> firewall filter.
>
> The reason: Just now I tried to use Apache Tomcat webserver and point =
to
> port 80, and I use the machinename, ITS WORKING FINE!!
> Tried to telnet to port 80 using the machine name, and of course it is
> working as well (using Tomcat).
>
> So, the question now is, where is the IIS setting that filter out the
> connection if using machinename? It must be somewhere. I'll let you =
guys
> know when I found it. But appreciate if you guys can help me too. :)
>
> Thanks.
>
> "Roger Abell [MVP]" wrote in message
> news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl...
> > How far out of date was this XP on service as obtained from
> > Windows Update ? Was SP 2 part of the new service applied?
> >
> > When you say "all to no avail" what do you mean ? that you
> > could not shut off the firewall or that it made no difference?
> >
> > That you pull up content with localhost shows that IIS is working.
> > Use of localhost does not go out the network interface, so either
> > tcp 80 is not being allowed in or the website is configured with
> > hostheaders to only allow response when hit upon with certain
> > host names (like localhost) in use.
> >
> > "Ahmad A. Rahman" wrote in message
> > news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl...
> >> OK, its not IIS 6. And you cant install it in XP. My mistake.
> >>
> >> Please help resolving the issue.
> >>
> >>
> >> "ad" wrote in message
> >> news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
> >>> Microsoft IIS 6 on Win XP Pro SP2 ?
> >>> How to install IIS6 on Windows XP?
> >>>
> >>>
> >>> "Ahmad A. Rahman"
> >>> =
¼¶=BCg©ó=B6l¥ó=B7s=BBD:%23swJFfqEHHA.4212@TK2MSF TNGP04.phx.gb=
l...
> >>>> Dear Experts,
> >>>>
> >>>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to =
host my
> >>>> web application and its for development and testing purpose. =
Normally I
> >>>> use the machine name instead of localhost. So, I always use =
something
> >>>> like, http://mymachine/MYAPP/application.dll.
> >>>>
> >>>> But a few weeks ago, I had manually updated the Windows Update,
> >>>> guessing that it might help me on resolving security =
vulnerabilities in
> >>>> Windows, (which I'm not sure what). So after the update, I can no
> >>>> longer use my machine name and I have to use the localhost =
instead. Of
> >>>> course this is OK if I'm working on this machine alone, but I =
also need
> >>>> to do testing from other PC directing to this machine as well.
> >>>>
> >>>> I tried to telnet to port 80, and it failed to establish =
connection if
> >>>> I'm not using the name 'localhost'. Looks like it block the usage =
of
> >>>> port 80 if I'm using the machine name. Seems to me that this only
> >>>> require a little twist somewhere,... but I really have no clue =
where.
> >>>>
> >>>> I tried to uninstall the whole Windows Update. Tried to stopped =
windows
> >>>> firewall, stopped anti-virus, tweak system setting. But all to no
> >>>> avail.
> >>>>
> >>>> Can anybody here be kind enough to help me?
> >>>>
> >>>> Thank you.
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>
> >
> >
------=_NextPart_000_0007_01C71400.49B73F10
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
charset=3Diso-8859-1">
David,
I think you are correct. And your =
explaination make=20
sense. It must be at the NTLM authentication level or somewhere after =
TCP/IP=20
receive the request, but bounced it back off. I know that Apache does =
not use=20
NTLM and that makes the process is much simpler.
I tried to uninstall and re-install IIS =
just now,=20
and apparently, it is still not working.
It must be somewhere in the registry. =
Somewhere in=20
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa. Not sure which =
key, I'm=20
afraid that I'll blow my whole operating system.
As for the status, I copy this the =
console=20
message:
size=3D2>
D:\Documents and =
Settings\Ahmad>telnet=20
rahman 80
Connecting To rahman...Could not open connection to the =
host, on=20
port 80: Connec
t failed
D:\Documents and=20
Settings\Ahmad>telnet rahman 25
D:\Documents and=20
Settings\Ahmad>telnet localhost 25
220 rahman Microsoft ESMTP =
MAIL Service,=20
Version: 6.0.2600.2180 ready at Wed, 2
9 Nov 2006 21:45:44=20
+0800
QUIT
221 Closing connection. Good bye.
face=3DArial>
face=3DArial>
face=3DArial>
Connection to host =
lost.
D:\Documents and=20
Settings\Ahmad>
Telnet to port 25 is also not =
successful if using=20
machinename. The journey will continue for me.
But It's weird. Am I alone affected by =
this weird=20
problem? Anyone out there has got this kind of mess?
Thanks.
"David Wang" <
href=3D"mailto:w3.4you@gmail.com">
size=3D2>w3.4you@gmail.com
> =
wrote in message=20
href=3D"news:1164796747.207540.79700@j72g2000cwa.googlegroup s.com">
face=3DArial=20
size=3D2>news:1164796747.207540.79700@j72g2000cwa.googlegrou ps.com=
face=3DArial size=3D2>...
No, =
you didn't confirm=20
it to be IIS setting because the conclusion does
not make sense. =
There is no=20
such setting to filter out connections by
machinename.
Why? =
Because=20
the machinename is not used to make a connection to IIS.
The client =
does a=20
DNS lookup on the machinename to obtain a IP-address,
and then it =
makes a=20
TCP/IP connection to port 80 of that IP-address
using the HTTP =
protocol. IIS=20
never sees the machinename, so how can it
filter out such=20
connections?
Now, there is a documented XPSP2 security patch at =
the=20
TCP/IP level
which affects local-loopback connectivity via the =
IP-address=20
associated
with the machinename. It mainly affects NTLM =
Authentication, which=20
is
enabled on IIS but not Apache. I forget the exact patch# but I =
know=20
it
exists. And it has a Registry switch to disable that security=20
behavior.
Why it works for Tomcat server, not certain - maybe =
Java uses=20
its own
networking stack at the native =
layer.
//David
href=3D"http://w3-4u.blogspot.com">
size=3D2>http://w3-4u.blogspot.com
href=3D"http://blogs.msdn.com/David.Wang">
size=3D2>http://blogs.msdn.com/David.Wang
face=3DArial=20
size=3D2>//
Ahmad A. Rahman wrote:
> OK, it is =
confirmed to be=20
IIS setting. and not TCP/IP network interface or
> firewall=20
filter.
>
> The reason: Just now I tried to use Apache =
Tomcat=20
webserver and point to
> port 80, and I use the machinename, ITS =
WORKING=20
FINE!!
> Tried to telnet to port 80 using the machine name, and of =
course=20
it is
> working as well (using Tomcat).
>
> So, the =
question=20
now is, where is the IIS setting that filter out the
> connection =
if using=20
machinename? It must be somewhere. I'll let you guys
> know when I =
found=20
it. But appreciate if you guys can help me too. :)
>
>=20
Thanks.
>
> "Roger Abell [MVP]" <
href=3D"mailto:mvpNoSpam@asu.edu">
size=3D2>mvpNoSpam@asu.edu> =
wrote in=20
message
>
href=3D"news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl">
size=3D2>news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl
face=3DArial=20
size=3D2>...
> > How far out of date was this XP on service as =
obtained=20
from
> > Windows Update ? Was SP 2 part of the new =
service=20
applied?
> >
> > When you say "all to no avail" what =
do you=20
mean ? that you
> > could not shut off the firewall or =
that it=20
made no difference?
> >
> > That you pull up content =
with=20
localhost shows that IIS is working.
> > Use of localhost does =
not go=20
out the network interface, so either
> > tcp 80 is not being =
allowed in=20
or the website is configured with
> > hostheaders to only allow =
response when hit upon with certain
> > host names (like =
localhost) in=20
use.
> >
> > "Ahmad A. Rahman" <
href=3D"mailto:ahmad@edms.com.my">
size=3D2>ahmad@edms.com.my> =
wrote in=20
message
> >
href=3D"news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl">
size=3D2>news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl
face=3DArial=20
size=3D2>...
> >> OK, its not IIS 6. And you cant install it =
in XP. My=20
mistake.
> >>
> >> Please help resolving the=20
issue.
> >>
> >>
> >> "ad" =
<
href=3D"mailto:flying@wfes.tcc.edu.tw">
size=3D2>flying@wfes.tcc.edu.tw
size=3D2>> wrote in=20
message
> >>
href=3D"news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl">
size=3D2>news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl
face=3DArial=20
size=3D2>...
> >>> Microsoft IIS 6 on Win XP Pro SP2 =
?
>=20
>>> How to install IIS6 on Windows XP?
> =
>>>
>=20
>>>
> >>> "Ahmad A. Rahman" <
href=3D"mailto:ahmad@edms.com.my">
size=3D2>ahmad@edms.com.my
size=3D2>>
>=20
>>> =
¼¶=BCg©ó=B6l¥ó=B7s=BBD:%23swJFfqEHHA.4212@TK2MSF TNGP04.phx.gb=
l...
>=20
>>>> Dear Experts,
> >>>>
> =
>>>>=20
Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host =
my
>=20
>>>> web application and its for development and testing =
purpose.=20
Normally I
> >>>> use the machine name instead of =
localhost.=20
So, I always use something
> >>>> like,
href=3D"http://mymachine/MYAPP/application.dll">
size=3D2>http://mymachine/MYAPP/application.dll
face=3DArial=20
size=3D2>.
> >>>>
> >>>> But a few =
weeks ago,=20
I had manually updated the Windows Update,
> >>>> =
guessing=20
that it might help me on resolving security vulnerabilities in
>=20
>>>> Windows, (which I'm not sure what). So after the =
update, I can=20
no
> >>>> longer use my machine name and I have to use =
the=20
localhost instead. Of
> >>>> course this is OK if I'm =
working=20
on this machine alone, but I also need
> >>>> to do =
testing=20
from other PC directing to this machine as well.
>=20
>>>>
> >>>> I tried to telnet to port 80, =
and it=20
failed to establish connection if
> >>>> I'm not using =
the=20
name 'localhost'. Looks like it block the usage of
> =
>>>> port=20
80 if I'm using the machine name. Seems to me that this only
>=20
>>>> require a little twist somewhere,... but I really have =
no clue=20
where.
> >>>>
> >>>> I tried to =
uninstall=20
the whole Windows Update. Tried to stopped windows
> =
>>>>=20
firewall, stopped anti-virus, tweak system setting. But all to =
no
>=20
>>>> avail.
> >>>>
> =
>>>> Can=20
anybody here be kind enough to help me?
> >>>>
> =
>>>> Thank you.
> >>>>
>=20
>>>>
> >>>
> >>>
>=20
>>
> >>
> >
> =
>
------=_NextPart_000_0007_01C71400.49B73F10--
Re: MS IIS Setting: HTTP Failed To Connect if Using Machine Name
am 29.11.2006 14:49:47 von ahmad
This is a multi-part message in MIME format.
------=_NextPart_000_0007_01C71400.49B73F10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
David,
I think you are correct. And your explaination make sense. It must be at =
the NTLM authentication level or somewhere after TCP/IP receive the =
request, but bounced it back off. I know that Apache does not use NTLM =
and that makes the process is much simpler.
I tried to uninstall and re-install IIS just now, and apparently, it is =
still not working.
It must be somewhere in the registry. Somewhere in =
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa. Not sure which =
key, I'm afraid that I'll blow my whole operating system.
As for the status, I copy this the console message:
------------------------------------------------------------ -------------=
-------
D:\Documents and Settings\Ahmad>telnet rahman 80
Connecting To rahman...Could not open connection to the host, on port =
80: Connec
t failed
D:\Documents and Settings\Ahmad>telnet rahman 25
D:\Documents and Settings\Ahmad>telnet localhost 25
220 rahman Microsoft ESMTP MAIL Service, Version: 6.0.2600.2180 ready at =
Wed, 2
9 Nov 2006 21:45:44 +0800
QUIT
221 Closing connection. Good bye.
Connection to host lost.
D:\Documents and Settings\Ahmad>
------------------------------------------------------------ -------------=
-------
Telnet to port 25 is also not successful if using machinename. The =
journey will continue for me.
But It's weird. Am I alone affected by this weird problem? Anyone out =
there has got this kind of mess?
Thanks.
"David Wang" wrote in message =
news:1164796747.207540.79700@j72g2000cwa.googlegroups.com...
No, you didn't confirm it to be IIS setting because the conclusion does
not make sense. There is no such setting to filter out connections by
machinename.
Why? Because the machinename is not used to make a connection to IIS.
The client does a DNS lookup on the machinename to obtain a IP-address,
and then it makes a TCP/IP connection to port 80 of that IP-address
using the HTTP protocol. IIS never sees the machinename, so how can it
filter out such connections?
Now, there is a documented XPSP2 security patch at the TCP/IP level
which affects local-loopback connectivity via the IP-address associated
with the machinename. It mainly affects NTLM Authentication, which is
enabled on IIS but not Apache. I forget the exact patch# but I know it
exists. And it has a Registry switch to disable that security behavior.
Why it works for Tomcat server, not certain - maybe Java uses its own
networking stack at the native layer.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Ahmad A. Rahman wrote:
> OK, it is confirmed to be IIS setting. and not TCP/IP network =
interface or
> firewall filter.
>
> The reason: Just now I tried to use Apache Tomcat webserver and point =
to
> port 80, and I use the machinename, ITS WORKING FINE!!
> Tried to telnet to port 80 using the machine name, and of course it is
> working as well (using Tomcat).
>
> So, the question now is, where is the IIS setting that filter out the
> connection if using machinename? It must be somewhere. I'll let you =
guys
> know when I found it. But appreciate if you guys can help me too. :)
>
> Thanks.
>
> "Roger Abell [MVP]" wrote in message
> news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl...
> > How far out of date was this XP on service as obtained from
> > Windows Update ? Was SP 2 part of the new service applied?
> >
> > When you say "all to no avail" what do you mean ? that you
> > could not shut off the firewall or that it made no difference?
> >
> > That you pull up content with localhost shows that IIS is working.
> > Use of localhost does not go out the network interface, so either
> > tcp 80 is not being allowed in or the website is configured with
> > hostheaders to only allow response when hit upon with certain
> > host names (like localhost) in use.
> >
> > "Ahmad A. Rahman" wrote in message
> > news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl...
> >> OK, its not IIS 6. And you cant install it in XP. My mistake.
> >>
> >> Please help resolving the issue.
> >>
> >>
> >> "ad" wrote in message
> >> news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl...
> >>> Microsoft IIS 6 on Win XP Pro SP2 ?
> >>> How to install IIS6 on Windows XP?
> >>>
> >>>
> >>> "Ahmad A. Rahman"
> >>> =
¼¶=BCg©ó=B6l¥ó=B7s=BBD:%23swJFfqEHHA.4212@TK2MSF TNGP04.phx.gb=
l...
> >>>> Dear Experts,
> >>>>
> >>>> Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to =
host my
> >>>> web application and its for development and testing purpose. =
Normally I
> >>>> use the machine name instead of localhost. So, I always use =
something
> >>>> like, http://mymachine/MYAPP/application.dll.
> >>>>
> >>>> But a few weeks ago, I had manually updated the Windows Update,
> >>>> guessing that it might help me on resolving security =
vulnerabilities in
> >>>> Windows, (which I'm not sure what). So after the update, I can no
> >>>> longer use my machine name and I have to use the localhost =
instead. Of
> >>>> course this is OK if I'm working on this machine alone, but I =
also need
> >>>> to do testing from other PC directing to this machine as well.
> >>>>
> >>>> I tried to telnet to port 80, and it failed to establish =
connection if
> >>>> I'm not using the name 'localhost'. Looks like it block the usage =
of
> >>>> port 80 if I'm using the machine name. Seems to me that this only
> >>>> require a little twist somewhere,... but I really have no clue =
where.
> >>>>
> >>>> I tried to uninstall the whole Windows Update. Tried to stopped =
windows
> >>>> firewall, stopped anti-virus, tweak system setting. But all to no
> >>>> avail.
> >>>>
> >>>> Can anybody here be kind enough to help me?
> >>>>
> >>>> Thank you.
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>
> >
> >
------=_NextPart_000_0007_01C71400.49B73F10
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
charset=3Diso-8859-1">
David,
I think you are correct. And your =
explaination make=20
sense. It must be at the NTLM authentication level or somewhere after =
TCP/IP=20
receive the request, but bounced it back off. I know that Apache does =
not use=20
NTLM and that makes the process is much simpler.
I tried to uninstall and re-install IIS =
just now,=20
and apparently, it is still not working.
It must be somewhere in the registry. =
Somewhere in=20
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa. Not sure which =
key, I'm=20
afraid that I'll blow my whole operating system.
As for the status, I copy this the =
console=20
message:
size=3D2>
D:\Documents and =
Settings\Ahmad>telnet=20
rahman 80
Connecting To rahman...Could not open connection to the =
host, on=20
port 80: Connec
t failed
D:\Documents and=20
Settings\Ahmad>telnet rahman 25
D:\Documents and=20
Settings\Ahmad>telnet localhost 25
220 rahman Microsoft ESMTP =
MAIL Service,=20
Version: 6.0.2600.2180 ready at Wed, 2
9 Nov 2006 21:45:44=20
+0800
QUIT
221 Closing connection. Good bye.
face=3DArial>
face=3DArial>
face=3DArial>
Connection to host =
lost.
D:\Documents and=20
Settings\Ahmad>
Telnet to port 25 is also not =
successful if using=20
machinename. The journey will continue for me.
But It's weird. Am I alone affected by =
this weird=20
problem? Anyone out there has got this kind of mess?
Thanks.
"David Wang" <
href=3D"mailto:w3.4you@gmail.com">
size=3D2>w3.4you@gmail.com
> =
wrote in message=20
href=3D"news:1164796747.207540.79700@j72g2000cwa.googlegroup s.com">
face=3DArial=20
size=3D2>news:1164796747.207540.79700@j72g2000cwa.googlegrou ps.com=
face=3DArial size=3D2>...
No, =
you didn't confirm=20
it to be IIS setting because the conclusion does
not make sense. =
There is no=20
such setting to filter out connections by
machinename.
Why? =
Because=20
the machinename is not used to make a connection to IIS.
The client =
does a=20
DNS lookup on the machinename to obtain a IP-address,
and then it =
makes a=20
TCP/IP connection to port 80 of that IP-address
using the HTTP =
protocol. IIS=20
never sees the machinename, so how can it
filter out such=20
connections?
Now, there is a documented XPSP2 security patch at =
the=20
TCP/IP level
which affects local-loopback connectivity via the =
IP-address=20
associated
with the machinename. It mainly affects NTLM =
Authentication, which=20
is
enabled on IIS but not Apache. I forget the exact patch# but I =
know=20
it
exists. And it has a Registry switch to disable that security=20
behavior.
Why it works for Tomcat server, not certain - maybe =
Java uses=20
its own
networking stack at the native =
layer.
//David
href=3D"http://w3-4u.blogspot.com">
size=3D2>http://w3-4u.blogspot.com
href=3D"http://blogs.msdn.com/David.Wang">
size=3D2>http://blogs.msdn.com/David.Wang
face=3DArial=20
size=3D2>//
Ahmad A. Rahman wrote:
> OK, it is =
confirmed to be=20
IIS setting. and not TCP/IP network interface or
> firewall=20
filter.
>
> The reason: Just now I tried to use Apache =
Tomcat=20
webserver and point to
> port 80, and I use the machinename, ITS =
WORKING=20
FINE!!
> Tried to telnet to port 80 using the machine name, and of =
course=20
it is
> working as well (using Tomcat).
>
> So, the =
question=20
now is, where is the IIS setting that filter out the
> connection =
if using=20
machinename? It must be somewhere. I'll let you guys
> know when I =
found=20
it. But appreciate if you guys can help me too. :)
>
>=20
Thanks.
>
> "Roger Abell [MVP]" <
href=3D"mailto:mvpNoSpam@asu.edu">
size=3D2>mvpNoSpam@asu.edu> =
wrote in=20
message
>
href=3D"news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl">
size=3D2>news:eNU5CVvEHHA.4832@TK2MSFTNGP06.phx.gbl
face=3DArial=20
size=3D2>...
> > How far out of date was this XP on service as =
obtained=20
from
> > Windows Update ? Was SP 2 part of the new =
service=20
applied?
> >
> > When you say "all to no avail" what =
do you=20
mean ? that you
> > could not shut off the firewall or =
that it=20
made no difference?
> >
> > That you pull up content =
with=20
localhost shows that IIS is working.
> > Use of localhost does =
not go=20
out the network interface, so either
> > tcp 80 is not being =
allowed in=20
or the website is configured with
> > hostheaders to only allow =
response when hit upon with certain
> > host names (like =
localhost) in=20
use.
> >
> > "Ahmad A. Rahman" <
href=3D"mailto:ahmad@edms.com.my">
size=3D2>ahmad@edms.com.my> =
wrote in=20
message
> >
href=3D"news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl">
size=3D2>news:%2355BjmtEHHA.1012@TK2MSFTNGP04.phx.gbl
face=3DArial=20
size=3D2>...
> >> OK, its not IIS 6. And you cant install it =
in XP. My=20
mistake.
> >>
> >> Please help resolving the=20
issue.
> >>
> >>
> >> "ad" =
<
href=3D"mailto:flying@wfes.tcc.edu.tw">
size=3D2>flying@wfes.tcc.edu.tw
size=3D2>> wrote in=20
message
> >>
href=3D"news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl">
size=3D2>news:uY1aMhtEHHA.4112@TK2MSFTNGP03.phx.gbl
face=3DArial=20
size=3D2>...
> >>> Microsoft IIS 6 on Win XP Pro SP2 =
?
>=20
>>> How to install IIS6 on Windows XP?
> =
>>>
>=20
>>>
> >>> "Ahmad A. Rahman" <
href=3D"mailto:ahmad@edms.com.my">
size=3D2>ahmad@edms.com.my
size=3D2>>
>=20
>>> =
¼¶=BCg©ó=B6l¥ó=B7s=BBD:%23swJFfqEHHA.4212@TK2MSF TNGP04.phx.gb=
l...
>=20
>>>> Dear Experts,
> >>>>
> =
>>>>=20
Previously I'm working on Microsoft IIS 6 on Win XP Pro SP2 to host =
my
>=20
>>>> web application and its for development and testing =
purpose.=20
Normally I
> >>>> use the machine name instead of =
localhost.=20
So, I always use something
> >>>> like,
href=3D"http://mymachine/MYAPP/application.dll">
size=3D2>http://mymachine/MYAPP/application.dll
face=3DArial=20
size=3D2>.
> >>>>
> >>>> But a few =
weeks ago,=20
I had manually updated the Windows Update,
> >>>> =
guessing=20
that it might help me on resolving security vulnerabilities in
>=20
>>>> Windows, (which I'm not sure what). So after the =
update, I can=20
no
> >>>> longer use my machine name and I have to use =
the=20
localhost instead. Of
> >>>> course this is OK if I'm =
working=20
on this machine alone, but I also need
> >>>> to do =
testing=20
from other PC directing to this machine as well.
>=20
>>>>
> >>>> I tried to telnet to port 80, =
and it=20
failed to establish connection if
> >>>> I'm not using =
the=20
name 'localhost'. Looks like it block the usage of
> =
>>>> port=20
80 if I'm using the machine name. Seems to me that this only
>=20
>>>> require a little twist somewhere,... but I really have =
no clue=20
where.
> >>>>
> >>>> I tried to =
uninstall=20
the whole Windows Update. Tried to stopped windows
> =
>>>>=20
firewall, stopped anti-virus, tweak system setting. But all to =
no
>=20
>>>> avail.
> >>>>
> =
>>>> Can=20
anybody here be kind enough to help me?
> >>>>
> =
>>>> Thank you.
> >>>>
>=20
>>>>
> >>>
> >>>
>=20
>>
> >>
> >
> =
>
------=_NextPart_000_0007_01C71400.49B73F10--