I am developing an asp.net web site with Visual Studio 2012.
When I run the web application with Visual Studio, I use "http://localhost-si.mydomain.fr:65525"
When I do a debug, the property Request.Url return me "http://localhost:65525/default.aspx"
Why and how to get the full URL with the domain ("localhost-si.mydomain.fr" and not only "localhost") in Request.Url ?
Thank you very much for your help.
Yoann