• 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.

Turn off the trial site

P

preluderd

Guest
Is there a way to turn off the trial site so only logged in users can use sitebuilder? I have the Default Plan setting 'Trial sites lifetime' set to 1 hour but would like to eliminate trial sites all together if possible.
 
Is there a way you could copy and paste that article? When I try to view it all it says is "Access is denied."
 
I see... This is article is hided still... Ok, here are steps to disable trial sites:
1. Open [Sitebuilder installation directory]/Web/web.config file.
2. Find there appSettings tag. Within this tag find tag which key attribute is AllowAnonymousSites (or create it, if it isn't presented there).
3. Assign value attribute 'false'.

Finally you'll see there such configuration:
...
<appSettings>
...
<add key="AllowAnonymousSites" value="false"/>
...
</appSettings>
...
 
Back
Top