|
Installation Documentation
Creating a new web site in IIS
1. Click Start Programs, Administrative Tools, Internet Information Services (IIS) Manager, right click on websites, new and select web site
![](docs/general/IIS_NewSite_01.png)
2. Click Next at the initial web site creation wizard
![](docs/general/IIS_NewSite_02.png)
3. Type a description of the website and click Next
![](docs/general/IIS_NewSite_03.png)
4. Enter a host header for the website and click Next. Note, usually the domain name
![](docs/general/IIS_NewSite_04.png)
5. Enter the path to your home directory and click Next. Note, this can be changed later if it's on a network share
![](docs/general/IIS_NewSite_05.png)
6. Set the access permissions for the web site and click Next
![](docs/general/IIS_NewSite_06.png)
7. Click finish to complete the wizard
![](docs/general/IIS_NewSite_07.png)
8. To modify the web site properties to support a new default page, right click on the web site, properties, select the documents tab and add a content page
![](docs/general/IIS_NewSite_08.png)
9. To modify the web site properties to support a network share, right click on the web site, properties, select the homepage tab, select a share located on another computer, enter a network share name and click connect as to enter the approriate credentials
![](docs/general/IIS_NewSite_09.png)
|
|