When running a website localy on IIS every request requires NTLM authentication over again.
When running on server it's not as bad, but still requests more than once for a batch of requests all used for loading one page.
I found a question which is Similar, but different.
My requests have Connection: keep-alive
All requests have ASP.NET_SessionId
set to same value, why would some need authentication while others don't?
Trying to make sense of it...