Improving Windows Authentication performance on IIS
- by flalar
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…