![]() | |||||
![]() ![]() ![]() ![]() ![]() |
You can use either HTML Administration pages or the command-line tool to turn on and configure Self-Service Site Creation. Either method allows you to turn Self-Service Site Creation on or off, and allows you to specify the type of information to require when creating a site.
To turn on Self-Service Site Creation for a virtual server, use the Configure Self-Service Site Creation page for that virtual server.
Turn Self-Service Site Creation on or off
To disable the ability for users to create sites, go to the Configure Self-Service Site Creation page, and then next to Self-Service Site Creation is, select Off, and then click OK.
Use the enablessc operation to turn on and configure Self-Service Site Creation from the command line. The enablessc operation requires the URL parameter, and optionally takes the requiresecondarycontact parameter. For example, to turn on Self-Service Site Creation for a server called My_Server and require two contact names for each site, you would use the following syntax:
stsadm -o enablessc -url http://My_Server -requiresecondarycontact
To disable Self-Service Site Creation, use the disablessc operation. The disablessc operation takes only the URL parameter. To turn off Self-Service Site Creation for My_Server, use the following syntax:
stsadm -o disablessc -url http://My_Server