I\'ve got a page in an ASP.Net app (its Mvc actually but not important) and I would like to only allow connections to this page from the local machine. I would love to do s
Remote clients will not be able to resolve the host name.
You could secure it more using a dedicated ip address tied to a virtual network adapter which would not actually respond to external requests.