windows - IIS account environment -


iis 7.0+ uses concept of so-called virtual accounts identify application pools (iis apppool\apppoolname). accounts have profiles , can local environment variables set them? how?

the bottom of blog post says virtual accounts cant managed, don't appear in user searches within windows sounds possible:

http://weblogs.asp.net/owscott/managed-service-accounts-msa-and-virtual-accounts

*iis , virtual accounts iis , virtual accounts, user called “iis apppool{apppoolname}”. example, “iis apppool\defaultapppool”. note virtual accounts can’t found windows select users or groups tool, if type in name specifically, can managed there.*

alternatelively, create local user account on server , set app pool run account.

with regards editing environment variables user, post says can in registry.

https://serverfault.com/questions/397966/windows-how-to-set-environment-variable-for-another-user


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -