asp.net mvc - IIS 8 401.3 with ACL and static content -


i'm having problem iis , acl's.

i have configured mvc application under dedicated apppool. apppool runs under applicationpoolidentity (which in case user iis apppool\accountinfo.local = same name website).

i gave full control user on root folder , made sure permissions inherited.

when access home page runs fine , can access it. however, when try access static content, in subfolder (content/site.css) error 401.3.

i have made sure permissions inherited , if go effective permissions can see user have full control.

i have enabled failed request tracing , security auditing don't log files, nor events in event viewer.

what missing here?

ok, got it.

apparently requests static content don't go through applicationidentity through standard iusr account.

once gave user read permissions on folder, started working.

learnt new today.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -