I am using IIS 5.1.
I have only integrated windows authentication checked on my work
station on the security tab in IIS.
I have a host file entry similiar to 127.0.0.1 testing.mycompany.com
Under the above scenario, I can access a page without a problem if I go
to http://localhost/mytest/hello.html
However, if I go to http://testing.mycompany.com/mytest/hello.html, I
get a challenge response. Then, even entering my network credentials
will not get me past this 401.
If I turn anonymous access on, I will not get the challenge
response(Although this is not an option for me)
I will get the same challenge if instead of using 127.0.0.1, I use the
ip address as given when issuing an ipconfig command.
I've checked ACLS and everyone has read, read & execute, and List
Folder Contents.
Does anyone have any ideas as to how I can get around this? I need to
be able to have only integrated windows authentication along with host
header that is not localhost. (Cookie related issue where I need a
domain)
Thank you in advance for your help.