Create a new site in IIS 7
The following article explains how to create a new website on your Windows server in IIS 7. IIS 7 (Internet Information Services) controls the configuration of each website on the server. There are two types of websites that can be configured, IP based sites and Name based sites*.
- Log into your server through Remote Desktop Connection (instructions for connecting to your server through RDC can be found ,How do I connect to my Windows VPS?).
- Click Start > All Programs > Administrative Tools > Internet Information Services (IIS) Manager
- Expand the server namehttp://prasannasharepoint.blogspot.in/
- Right-click Sites and choose Add Web Site…http://prasannasharepoint.blogspot.in/
- Type in the Site Name. A description or the domain name is best to put into this field. This will automatically create an Application Pool for the site.
- Enter or browse to the path where the website will have its root directory. This is the directory where the home page should go.
- For the Binding, choose HTTP, choose an IP address that is free, leave the port as port 80, and enter in your domain name (i.e. www.domain.com) as the Host Name. Leave the checkbox for Start Web site immediately checked and click OK.http://prasannasharepoint.blogspot.in/
- Go back to the IIS7 main screen and select the site under the Sites folder. Click Bindings… on the right sidebar so there is a host header for domain.com as well.http://prasannasharepoint.blogspot.in/
- Click the Add button, choose HTTP, use the same IP address as setup in step 7, leave the port as port 80, and enter in your domain name (i.e.domain.com) as the Host Name. Click OKhttp://prasannasharepoint.blogspot.in/
- An IP-based website has a unique IP address therefore no other website can use this IP address. If you need multiple IP-based websites, you will need to contact us to add the IP addresses to your server.
- A name-based website shares a single IP address with each website on the server. You are able to make as many name-based sites as you wish with your single IP address.
No comments:
Post a Comment