iis 7.5 - asp.net user group missing iis 7.5 -


i had problem running asp.net application (application pool v4.0) on windows server 2008 iis 7.5. figured out it's permissions problem, couldn't find asp.net user group, granted network service , still didn't work until granted iis_users permission read/write , modify worked.

why can't find asp.net user group? , how can add if possible?

when come apply file , folder permissions grant application pool identity whatever rights required. example if granting application pool identity asp.net v4.0 pool permissions can either via explorer:

enter image description here

click "check names" button:

enter image description here

or can using icacls.exe utility:

icacls c:\wwwroot\mysite /grant "iis apppool\asp.net v4.0":(ci)(oi)(m)

this taken what user accounts iis/asp.net , how differ?, @ full answer, section pertinent you.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -