I am desperately trying to launch with debug (Visual Studio 2010) an Asp.net application which used to work perfectly until about one hour ago.
All of a sudden, and without any intervention on my behalf, the loading of the start page (default.aspx) by Internet Explorer hangs up forever....
I verified with debug that there are no loops nor problems of any kind in the page load of both the default.aspx and the master page , code behind of both pages is executed correctly to end .
Looks like the browser cannot render (or doesn't receive in the Response) the html default page.
What can I do to solve the problem, if it can be solved ?
Thanks