Hoping someone can help. I have very very little IIS experience (and having to use IIS 5.0 for this project, but it's only a prototype).
IIS is asking to AUTH on every webpage in my www directory.
Header I get back looks like this:-
HTTP/1.1 401 Access Denied
Server: Microsoft-IIS/5.0
Date: Fri, 11 Jun 2010 10:15:23 GMT
WWW-Authenticate: Negotiate
WWW-Authenticate: NTLM
Content-Length: 4046
Content-Type: text/html
I'm guessing this may be related to file permissions or something, but don't know where to start.
Any pointers ?
Thanks!