ASP.NET debugging redirects to invalid url
问题 I'm trying to debug my application, but I can't find the correct URL to do so. After I click F5 (start debugging) in Visual Studio 2010 I see the following in the system tray notification window: ASP.NET Development Server http://localhost:1392/zz But in the Chrome browser address that is opened the URL is: http://www.localhost/zz/editad.aspx and I see a notification: Oops! Google Chrome could not find www.localhost If I change the address manually to http://localhost:1392/zz it redirects