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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -