1. Edit the ApplicationHost.config file
Launch vs2013, right-click on the IIS Express icon in the lower right corner, display, click on the Box menu.
Locate your startup entry, click 1, and then click 2, which is supposed to have an editor open applicationhost.config file. If you do not copy it, edit it.
Use Find, enter your startup item, and edit it in bindings, as I want to modify to *:80:xinxinran.me
2. Modify the Hosts file.
Modify the C:\Windows\System32\drivers\etc\hosts file
Open with editor: 127.0.0.1 xinxinran.me
Change the xinxnran.me to your domain name.
3. Turn off your VS and run vs as an administrator. Opens the project, appears, then indicates success
4. Note that if you have an IIS server installed, you need to stop or delete the 80-port website, otherwise you will not be able to use port 80.
Reference: Http://stackoverflow.com/questions/4709014/using-custom-domains-with-iis-express
Visual Studio IIS Express uses domain names to debug MVC programs