vote up 0 vote down star

In our company iis 5.1 in developer's machine(windows xp) is configured in such way that it will not accept any requests other than localhost or 127.0.0.1. That means if I have a default.htm in page in the root, I can only access this as http://localhost/default.htm or http://127.0.0.1/default.htm. If access this site as http:///default.htm, I will get http 403.6 IP address rejected error. I understnd this is done so that websites in a developer machine cannot be accessed from any other machine with in the company.

I would like to know how to configure IIS5.1 like this?

Thanks in advance.


43% accept rate
Who tagged this to belong on Super User? If anything, it belongs on Server Fault. – Richard Szalay Nov 6 at 13:13

migrated to serverfault.com by adamantium, Bill the Lizard Nov 6 at 13:59

Browse other questions tagged or ask your own question.