Is is possible to change the default appPool folder location when using ApplicationPoolIdentity in
Posted
by Vivek
on Server Fault
See other posts from Server Fault
or by Vivek
Published on 2010-03-17T05:40:40Z
Indexed on
2010/03/17
5:51 UTC
Read the original article
Hit count: 385
iis7.5
|application-pools
I understand in IIS 7.5, the default Application Pool identity is ApplicationPoolIdentity and on accessing the Web site, it creates a temporary folder under C:\inetpub\temp\appPools with the Web site related configuration.
My question is: Is it possible to change the default folder location i.e. C:\inetpub\temp\appPools for ApplicationPoolIdentity?
© Server Fault or respective owner