Create Virtual Host in IIS 7

来源:互联网 发布:sql 将日期转换年月日 编辑:程序博客网 时间:2024/06/05 11:07

/*By Jiangong SUN*/


1. Add your ideal host name in your local machine

GO to C:\Windows\System32\drivers\etc

Modify your "hosts" file as administrator 

Add your mapping line with your virtual host and your machine IP  

ex :  10.20.12.102      local.test.jiangong.com


2. Create a new website in IIS7 




3. Modify your project property in Visual studio 

Click "Web" tab, then "Use Custom Web Server", and type your hostname in "Server Url"


Now, you can browse your web site in your IIS7 

原创粉丝点击