IIS (Internet Information Services) is the webserver for Windows systems created by Microsoft. This web server is most popular for hosting .net framework based websites. We can also host other programming languages websites by adding their modules and handlers.

Advertisement

In our previous tutorial, you learned to create a Website, Application Pool, Virtual Directory and Binding via appcmd command-line utility. This article will help you in creating a new website in using IIS manager on a Windows system.

Step 1 – Start IIS

Use the windows navigation menu and open IIS on your system. Or you can directly open IIS by typing inetmgr in run window like below.

start-iis-on-windows

Step 2 – Add new Website

In the left side base expand the tree and select the Sites option. Then Right-click on Sites and select Add Website… option like the following image.

This will open a popup to input new website details. Input the following details in pop-up box.

  • Site name: Name of website to be appeared in IIS listing.
  • Application pool: Select an application pool or keep is the default to create new application pool same name as sitename.
  • Physical path: Enter the location of website pages on system.
  • Binding:
    • Type: Select protocol to configure (eg: http or https)
    • IP address: Select ip address from drop list to set dedicated ip for site or keep is the default to use shared ip.
    • Port: Enter port on which site will be accessible for users.
    • Host name: Enter you actual domain name you want to use.
  • Start Website immediately: keep this box checked to start site.

Step 3 – Adding Website Alias

If you want to add website aliases like “www.tecadmin.net”. Open IIS, select your site and click on Bindings. You will get Site binding screen like below

Click on Add button it will open site binding box.

Enter the hostname of your site aliases like www.tecadmin.net, demo.tecadmin.net or stage.tecadmin.net and input other details and click Ok.

Step 4 – Verify Configuration

To verify configuration you can simply access the site in a web browser. If your domain is not pointed to this server do host file entry and check.

Share.

9 Comments

  1. I love this post! I read your blog site fairly often, and you are always coming up with some
    great staff. I shared this blog post on my Twitter, and my followers loved it!
    Good luck.

  2. latin brides on

    Excellent working day! This can be my original remark now and so i just planned to provide a brief shout out and say I undeniably
    savor browsing your posts. Could you propose just about every other websites/webpages/community forums
    that bargain with the same topics? Thanks a lot!

  3. This article was really helpful…. I was struggling to learn iis, but this gave me a clear guidance….. Thank you

  4. Almin Valyani on

    Hey, sir,
    Just read your article it’s awesome. I was working on this and trying to do the same but was approaching it in a different way.
    want to know if a web service can also be hosted in the same way?
    or also want to know thatserver monitoring
    is the best way to use this

  5. Hey Rahul,
    great article. I was working on this and trying to do the same but was approaching it in a wrong way.
    want to know if a web service can also be hosted in the same way?

Leave A Reply

Exit mobile version