In my ASP.NET web app I\'d like to look up the name it was given when it was created in IIS, which is unique to the server. I\'d not interested in the domain name for the web si
System.Web.Hosting.HostingEnvironment.ApplicationHost.GetSiteName();