Add Sub Domain

To add sub domain:

  1. Login into control panel as reseller.

  2. Click on the IIS Manager option, present in left frame, new contents will be loaded into left frame. Click 3rd Level Site button present at the top of left frame, Add New site form will be displayed. Fill the following entries

    1. Read: Enables Web clients to read or download files stored in a home directory or a virtual directorym, through http request.  If a client sends a request for a file that is in a directory without Read permission, the Web server returns error.

    2. Write: Enables Web clients to upload files to the home directory on your server, or to change content in a Write-enabled file. Write can only be done with a browser that supports the Put method of the HTTP 1.1 protocol standard.

    3. Execute: Allows any application to run in this directory, including applications mapped to script engines and Windows NT binaries ( .dll and .exe files ).

    4. Script: Enables applications mapped to a script engine to run in this directory without having Execute permission set.  Script permission is safer than Execute permission because you can limit the applications that can be run in the directory.

    5. Directory Browsing: Select this check box to show the user a hypertext listing of the files and sub directories in this virtual directory, so that the user can navigate through the directory structure.

    6. Enable FrontPage Web: Select this check box, if you want to create a FrontPage extended web for this web site.

  1. Click on the Add Site button of the form, sub domain will be created.

Troubleshoot