Is there a setting in either IIS or Visual Studio 2015 Community that I can set an Impersonated URL. I would like to debug my website locally but give the debugger the impression that the site is running on a specific domain instead of localhost?
I am using DotNetBlogEngine.Net and it has features to run several websites from a single web application. I have extended it to also allow a site to have an alias so it will run the exact same site under a different domain name. Unfortunately it is not fully working and when I go to the alias website it removes the domain and replaces it with the IP address. I would like to dive into my code and attempt debug the issue. Thanks.