• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Default loadUserProfile to True for new sites

Storm_

Basic Pleskian
Can't seem to find any info on this on the net, the forums or the knowledgebase.

When creating new sites on Plesk with ASP.Net support, it creates the ApplicationPool with loadUserProfile set to False with no way for the user to change the setting. Is there a way to change the way Plesk creates the sites so that it defaults to True? And is there possibly a setting the user can set?

Additionally, if we manually set it through IIS, is there any time that Plesk will recreate the Pool or will the change be safe? I don't want to change anything that'll just get overwritten later.

Thanks!
 
Is there any particular reason why you need a user profile loaded? Most of the time you don't need it automatically loaded.

If you want it enabled because of a specific application then you can enabled it directly from IIS and you should be good from there.
 
User profiles increase security by isolating storage of websites. But regardless of this fact, ASP.Net Session State can be preserved if it is enabled. We are encountering more and more clients coming to us with this issue and enabling is the recommended way to resolve the issue.
https://support.microsoft.com/en-za/kb/2915218
 
Back
Top