Is there any way to setup Windows XP IIS 5.1 so that only localhost requests
are allowed?

Re: Lockdown IIS 5.1 only for localhost by Kristofer

Kristofer
Wed Jul 26 13:12:59 CDT 2006

Install a firewall...

You could also set IIS to listen on 127.0.0.1 instead of "All unassigned",
but i would recommend to use a firewall instead as it gives you better
security and should be on every machine.


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Jason Camp wrote:

>Is there any way to setup Windows XP IIS 5.1 so that only localhost
>requests
>are allowed?

Re: Lockdown IIS 5.1 only for localhost by JasonCamp

JasonCamp
Wed Jul 26 13:19:01 CDT 2006

How can you set IIS to listen only on 127.0.0.1 as it seems this option is
disabled for XP.

"Kristofer Gafvert" wrote:

> Install a firewall...
>
> You could also set IIS to listen on 127.0.0.1 instead of &