We have a brand new Windows2012R2 server. We have installed the IIS features on it (including static content).
Then we have deployed a web site on it (using copy).
When we surf to the web site, HTML, CSS and JavaScript is served up just fine.
However, requests for png
and ico
requests gets a response HTTP status 500, substatus 0, win32-status 1346.
The 1346 status seems to indicate an impersonation problem.
But why are we getting it for just the images?
And more importantly, how can we fix this without turning on impersonation?
EDIT: actually, it did not help to add IIS_IUSRS
to Impersonate a client after authentication
.