dryu999 发表于 2017-2-12 11:14:08

Create Virtual Host in IIS 7

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
页: [1]
查看完整版本: Create Virtual Host in IIS 7