-
Posted to
IIS7 - Security
by
tim.bishop
on
11-21-2008, 2:38 PM
[quote user="anilr"]
That is just the initial 401 challenge by IIS - are you not seeing any further requests with different sub-status codes/win32 codes?
[/quote]
No, I don't see any further requests other than repeats of that. Usually 3 times before the browser gives up and just displays the 401.
[quote ...
-
Posted to
IIS7 - Security
by
tim.bishop
on
11-21-2008, 12:51 PM
[quote user="anilr"]
What are the sub-status/win32-status on the IIS logs?
[/quote]
sc-status is always 401
sc-substatus is always 1
sc-win32-status is always 2148074254
Does that help?
Further to that, I created an Application (rather than a Virtual Directory) pointing at the same place and that's working.
Thanks for ...
-
Posted to
IIS7 - Security
by
tim.bishop
on
11-21-2008, 11:19 AM
I'm running IIS 7 on Server 2008 Enterprise. The server is a DC running Exchange, although that may not be relevant.
I create a directory called C:\test and put a single file called test.html in it.
Then in the IIS Manager and create a virtual directory under the default site called test and point it at C:\test. Authentication is set to pass ...