How do I get my full computer name (with domain) to show up in a url I'm constructing in my code?
Updated:
Ok so how do I utilize
System.Net.Dns.GetHostByName("localhost").HostName
with existing
String myUrl = Url.Action("MyAction", "MyController", new { id = id }, "http");
to have the FQDN in my link on my page