How to configure my website that can be accessible using url like http://sitename.servername.com
Currently I am able to access my site using http://servername.com/Sitename/default.aspx, but I want to use . notation instead of /
I am using ASP.NET 4.0 with IIS 7.5 on Windows Server 2008 R2.
Thanks.