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.
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.
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.
9 Comments
This only explains how to host a website in IIS but doesn’t mention how to create a website.
Mister Rahul Kumar explanation is very,very,very good ! Thanks
it does not work with the same port 80
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.
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!
Nice post and good lucking
This article was really helpful…. I was struggling to learn iis, but this gave me a clear guidance….. Thank you
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
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?