We have developed a web site the addres of which is aaa.bbb.ccc/Form.aspx. When we debug the aspx.cs codes, we turned off the website in IIS and in property page of the solution in Visual studio (VS) 2015, we set the starting URL http://localhost:2222/. We clicked at the IIS Expreeess to debug the codes. In this case, a browser would automatically showed up. In the URL of the browser, it showed localhost:2222/Form.aspx and the webpage was shown for the debugging. This has been done for many years without any problem. Recently, we tried to debug the codes again using the same method. However, after the IIS Express button in VS2015 is clicked, the URL in the browser showed localhost:2222 first and all of a sudden it was changed to aaa.bbb.ccc. Then, we got an error message: unable to connect to aaa.bbb.ccc. We guess that the reason of the error message was that aaa.bbb.ccc had been turned off in the IIS. Of course it could not be connected. But the question is why the URL in the browser was changed to aaa.bbb.ccc as opposed to localhost:2222 as shown before. We did not change any setting. As a result, currently we are not able to debug the codes using Visual studio. Does anyone know what went wrong? how do we fix the problem?