IT:AD:Infrastructure:IIS:Concepts:ApplicationPoolIdentity
Summary
- Beginning in IIS 7.5, the default identity for an application pool is
ApplicationPoolIdentity.
* It is aManaged Service Account(ie a pseudo identity) that you won't find in the local usrs of the computer. - When a web application is created using Visual Studio, the
App_Datafolder is not automatically configured to allow write access forApplicationPoolIdentity. Therefore the attempt to write to theApp_Datafolder will fail. </panel> ## Process ## Either create a unique AppPool identity and grant it rights, or stick with theApplicationPoolIdentityand grant it rights to the App_Data folder: ApplicationPoolIdentity ## Resources ## http://support.microsoft.com/kb/2005172
- /home/skysigal/public_html/data/pages/it/ad/iis/concepts/applicationpoolidentity.txt
- Last modified: 2023/11/04 01:45
- by 127.0.0.1