• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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