I am adding a new site in the IIS7. It asked me to enter site name and host name. I didn't get the difference. Could you please explain about it. thanks !
Asked
Active
Viewed 4,547 times
1 Answers
3
The site name is a descriptive name which will appear in the IIS management interface. This name can be anything that allows you to determine at a glance what the site is.
The host name is the name that you will use in the host portion of the URL, i.e. http://thisisthehostname.example.com/bla/bla/, the bold part is the host name. The host name is functional because the web server (IIS) can have multiple sites defined, and will use the host name in the URL to decide which site to use for an incoming HTTP request.

ThatGraemeGuy
- 15,473
- 12
- 53
- 79