I have an ASP.NET 2.0 application running on IIS 6, with Windows authentication on an intranet. When I browse to http://dnsnanme/MySite, all works good. But if I use either the machine name or the IP address of "dnsname" I get a login box.
Haven't seen this before. Would like to know why that's happening and how I can browse to the site via machine name and/or IP address.
In case it matters, the reason I want to do this is to prepare for a disaster recovery exercise. When we do the test, "dnsname" will point to a different box. I'd like to test that I've set up the DR site properly.
Thanks, Mike