To set an AppPool to run under a different user, in poqwershell :
Set-ItemProperty IIS:\AppPools\MyAppPool -name processModel.identityType -value X
Where X =
0 = LocalSystem
1 = LocalService
2 = NetworkService
3 = SpecificUser
4 = ApplicationPoolIdentity
http://www.iis.net/configreference/system.applicationhost/applicationpools/add/processmodel
No comments:
Post a Comment