cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mumbles
Level 7

Setting LoadUserProfile in IIS 7 or higher

Hello All,

Just curious if anyone is setting LoadUserProfile = true in IIS. I don't see any native place to do this in the UI and i can figure out to how to do it via AppCmd.

I only wanted to see if anyone out there does know of a way that IS12 can set this natively in the UI.

TIA!
Labels (1)
0 Kudos
(1) Reply
mumbles
Level 7

Here's how you can do it via cmd line:

appcmd set config -section:applicationPools /[name='DefaultAppPool'].processModel.loadUserProfile:true

But i was hoping there was a GUI way....
0 Kudos