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:

click "check names" button:

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
Post a Comment