I have an website hosted in IIS7 Win 2008r2.
All authentication methods are disabled except for "Windows Authentication".
I have allocated the site to an integrated app pool that runs under an account that has access to the folder that contains the site's pages.
The site contains the ASP.Net Authentication Test Page from the following: http://blogs.msdn.com/b/friis/archive/2013/01/08/asp-net-authentication-test-page.aspx - default.aspx
I am able to browse to the site from IE on the web server. However, when I attempt to browse the default.aspx page from IE on a client PC, I am prompted to enter Windows credentials. I enter the same credentials as used when I login from the server but I don't get in - I receive a 401 unauthorized error. On checking the IIS log, I can see that it was a 401.2.
An anyone please suggest what may be preventing the auth?