What are the advanatages/disadvantages of using custom hostnames vs. just using servernames for hosting services in IIS?
ie. With a Windows Server called 'SRV123' should we be hosting services under http://services/ServiceName instead of http://SRV123/ServiceName?
For example to get started:
Advantage: http://services is 'nicer' url than http://SRV123
Disadvantage: Creating a hostname has a bit of overhead in terms of creating the DNS entries (which in some work environments is not as easy as others).
NB: I am specifically asking in terms of Services that will only be used internally (thus url is not & never will be public).