So I have a server that runs a webapp and I have recently installed our BMC Track-IT! help desk software on it. I also installed Track-IT! Web which is client facing allowing users to browse their tickets or create new ones on a web interface. I am trying to figure out how to direct a CNAME or A Record in our DNS called [http: //HelpDesk] (without the space obviously) to the server's IP address or FQDN. The problem I am running in to is that the CNAME and A Record both point just to the server which finds IIS and sees the default website. The Track-IT! Web site is nested under that.
Example: /HelpDesk resolves to /localhost but the site I need it to route to is /localhost/sharename
How do I point the DNS entry to the localhost/sharename instead of just the server's FQDN or IP?
Thanks all.