application pool - When does IIS create an AppPool identity? -


i've created iis administration tool designed create new applications, assign them new apppool, , add required folder acls identity associated apppool. according this article, whenever new application pool created, iis management process creates security identifier (sid) represents name of application pool itself.

but doesn't appear case on windows 8 pro machine (iis8). sid being created once application associated apppool starts. making task of setting folder acls quite difficult, application needs start before apppool identity created, application won't work unless acls set... chicken , egg.

what's going on here? there bug on win8 machine? win8 / iis8 behaviour in general? i'm having no issues on server 2008 r2 (iis 7.5), does create apppool identity sid apppool created in iis.

i'm aware there indeterminate delay between time apppool created , sid created. less second. in instance, delay appears indefinite (several minutes later, sid still not exist).


it seem sid created once process running. have related problem registry hive under hkey_users disappears after reboot. tests indicate registry hive returns intact web service starts (i.e. on first request) same sid , contents restored, guess once have obtained sid first time can use same purposes if doesn't yet exist after restart. getting security system believe havn't made mistake naming may still issue though.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -