Improving Windows Authentication performance on IIS

Posted by flalar on Server Fault See other posts from Server Fault or by flalar
Published on 2013-10-23T09:29:56Z Indexed on 2013/10/23 9:59 UTC
Read the original article Hit count: 190

We're struggling with performance issues with a ASP.NET MVC site that is using Windows Authentication.

Response time is very slow on the first request to the site when the user is being authenticated. Further, every time the Authorization header is sent from the browser the response time increases with many seconds. The same issue occurs for both executed files and static content like CSS and JS.

Access to the application is restricted to users within a certain role and we are now planning to allow access to static files for all authenticated users to see if that helps.

The authentication method in use is NTLM.

How should we go forward in pinpointing why authentication decreases performance drastically?

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about iis