name | A user-friendly name of the site |
hostName | The IIS Host Name for the website's bindings. |
virtualFolder | The virtual path to the root of the web application. |
physicalFolder | (Not sure. Typically the same as virtualFolder .) |
rootPath | The Sitecore path to the root folder of the website |
startItem | The default item within the rootPath to display; akin to a default.html file. |
database | Which database to use. Typically master or web . |
requireLogin | If true , then except for the login page, EVERY web page in the site is unavailable to unauthenticated users, regardless of security permissions setup within Sitecore. |
loginPage | The ASPX page to redirect to when an unauthenticated user attempts to navigate to a page that requires authentication. |