How to create first website using IIS manager 2008

Before Creating Website Using IIS Manager first we need to install IIS Server in 2008

In the Server Manager window, under Roles Summary, you should now see Web Server (IIS)

How to Install IIS 7 - 10

Let’s go ahead and open IIS Manager by going to Start -> Administrative Tools -> Internet Information Services (IIS) Manager

How to Install IIS 7 - 11

Once IIS Manager opens, expand out the web server and then expand the Sites folder. Right click on sites and then click on Add Web Site

How to Install IIS 7 - 12

 In the Add Web Site window we have some basic information to fill out for a static site:

  • Site Name – Name of the site, this will be either domain.com or *.domain.com (Where * would represent a sub domain name such as www or blog for example)
  • Physical Path – The location on the local server that will hold the files for the website. If you did not set this up beforehand you can create a folder through this interface
  • Type – choose either http or https depending on whether your site will use Secure Socket Layer (SSL) certificate or not
  • IP Address – From the dropdown you can specify what IP the website should answer on or use the default switch of All Unassigned
  • Host Name – If you would like this site to respond to other domain names you can put these here

How to Install IIS 7 - 13

You have now installed IIS 7 and configured a static website. Just place your html files in the directory you specified when creating the site and you are good to go.

How to Install IIS 7 - 14

No comments:

Post a Comment