Hi,
I have a ASP.net website project.
In the code we check if the Page.Request.URL.AbsoluteURI has localhost in it, which will indicate we are debugging and we redirect to a different page.
But when I debug on my computer Page.Request.URL.AbsoluteUri has 'http://0.0.0.0:1511/login.aspx'
My host file has the entry 127.0.0.1 localhost.
Not sure if I am missing something.
Any help will be appreciated.
Thanks
