Create Virtual Host in IIS 7
1. Add your ideal host name in your local machineGO 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]