Friendly Intranet Addresses

Posted by Jmyster on Server Fault See other posts from Server Fault or by Jmyster
Published on 2012-10-10T22:46:35Z Indexed on 2012/10/13 9:41 UTC
Read the original article Hit count: 151

Filed under:
|

Relativly new to IIS.

I'm attempting to set up multiple sites in my Intranet on one server. The server already has SharePoint Installed on it and has a binding *:80. So when I type //ServerName I get the home page of SharePoint. I get how that works.

I set up a new site in IIS and set the Binding to *:30015. On a remote machine if I type //ServerName:30015 in a web browser, I get the new site. Awesome, working as intended.

My Questions:

  1. Can/How do i set it up so that I can type //DivisionAppName or //Division.AppName and have it resolve itself to //ServerName:30015?

  2. Is this something I have to register with my Company's DNS server? I hope not, getting my corprate IT to assist is a nightmare.

What I tried: I have added Bindings with the Host Name filled in with both DivisionAppName or Division.AppName and port 30015 but that doesn't seem to work.

© Server Fault or respective owner

Related posts about ASP.NET

Related posts about iis7