Extended hosting plans (quotas) option to block tenant from creating and
deleting top domains.
This commit is contained in:
parent
2f569ccd05
commit
0b31970c71
8 changed files with 43 additions and 4 deletions
|
@ -50,6 +50,7 @@ order by rg.groupOrder
|
|||
public const string OS_MINIMUMTASKINTERVAL = "OS.MinimumTaskInterval"; // Minimum Tasks Interval, minutes
|
||||
public const string OS_APPINSTALLER = "OS.AppInstaller"; // Applications Installer
|
||||
public const string OS_EXTRAAPPLICATIONS = "OS.ExtraApplications"; // Extra Application Packs
|
||||
public const string OS_ALLOWTENANTCREATEDOMAINS = "OS.AllowTenantCreateDomains"; // Allow tenant to create top level domains
|
||||
public const string WEB_SITES = "Web.Sites"; // Web Sites
|
||||
public const string WEB_ASPNET11 = "Web.AspNet11"; // ASP.NET 1.1
|
||||
public const string WEB_ASPNET20 = "Web.AspNet20"; // ASP.NET 2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue