Saturday, May 24, 2014

How to configure multiple sites using Host Name in IIS 8 on Windows Server 2012

Its easy to understand difference between host name and domain name. When we buy a domain name for example itzoz.com its a host name, but its considered the default host name for the domain because it dose not have any host segment. We can use domain name to setup any number of host names like www.itzoz.com,  it.itzoz.com, and videos.itzoz.com  most of the times these are called sub-domains.



Saturday, April 5, 2014

How to assign a separate Port numbers to the for each website with same IP address in IIS 8 on Windows Server 2012

In this tutorial you are going to see how to assign a separate Port numbers to the for each website with same IP address in IIS 8.
This is very useful when you want to configure multiple website using a single ip address and you don't have a domain name.








Thursday, December 26, 2013

How to Configure multiple sites using multiple IP address in IIS 8 on Windows Server 2012

In this video tutorial you are going to learn :
How to configure multiple sites using multiple IP address in IIS 8 on Windows Server 2012.
This is useful when you do not have a domain name and don't want to use different ports. by giving separate ip addresses to all sites you can run the sites on same port like Port 80. So if someone is accessing the site from a network where the firewall is in place they will able to access the site if the port 80 is open.







Saturday, December 21, 2013

How to Configure Basic Authentication in IIS 8 on Windows Server 2012

Basic authentication is a widely used, industry-standard method for collecting user name and password information. Basic authentication transmits user names and passwords across the network in an unencrypted form.









How to enable Directory Browsing in IIS 8 on Windows Server 2012

In its video tutorial you're going to learn how to enable Directory Browsing in IIS 8 on Windows Server 2012










Also see: 
How to Enable Remote Desktop on Windows Server 2012 

How to install and configure dns in windows server 2012