Hi I am developing an asp.net application I use MsgBox in localhost for debuging etc. but when I want to upload the files to the main server (with remote access (FTP)) I comment msgbox lines.
This time I made a mistake and upload the code without removing msgbox() and server now is down and IE says "Waiting for example.com" for a long time and page is not showing up, just like when IIS Process shows a message box and browser will wait until we click one of msgbox's buttons.
Since I don't have direct access to the main server I can not press OK button and the site is down for this problem. What is the solution?