In short i would like to host an ASP.NET MVC 5 application at a specific endpoint.
I have an application server AS01, and our domain controller DC01 (DNS server as well). The ASP.NET site is running on IIS on the application server port 80. I would like this site to be accessible at something like: http://intranet/mysite within our company network.
I know that i somehow need to set up some DNS entries to make it reachable at intranet. But how do i achieve that it is reachable not under http://intranet but http://intranet/mysite.
This might sound like a silly question, but i dont even know where to start looking.
Thanks for your help in advance.