I'm migrating a functioning Classic ASP App running for years on IIS6 that uses Windows Authentication. I have Windows Local Users that login to the app and get authentication with Windows Authentication.
I created those users in my new Windows Server 2012 machine.
I disabled Anonymous Authentication and Enabled Windows Authentication on the App.
The Application Pool uses the AppIdentity.
I can successfully login to the app using my administrator account. But it just does not work with a normal user account.
I get "401 Access Denied".
I've tried everything I can think of to get this to work. I'm at my wits end. I created a Trace file debug the issue but it still doesn't shed light as to what the problem is.
Here's a snip of the error I get in the trace.
What am I doing wrong?
Many thanks!
Tony