Page does not display after PageLoad code execution

Discussion in 'General troubleshooting' started by MikeDelp, Jan 10, 2014.

  1. Hi All,

    I am deploying a new ASP.NET application on Winhost. In my tests I detected a strange behaviour in one of my pages.

    In code-behind there are some database actions, all executed in PageLoad event under (!IsPostback) condition.
    By reading the log messages that my code writes, I know that the DB actions were all completed, and this is confirmed when I verify data into DB.

    After DB actions a summary page (text taken from log file) should be shown, but nothing happens, the browser keeps waiting for the page.

    I also want to point out that:
    • the same page and same code work perfectly in my local development environment, that is: the summary page shows correctly;
    • all code-behind is gathered in PageLoad event handler, plus a method called by the handler, and I know from the log file that it is correctly executed.

    Any idea to explain this?

    Thanks in advance
    Mike
     
    Last edited by a moderator: Oct 14, 2015
  2. Elshadriel

    Elshadriel Winhost Staff

    ComputerMan and Michael like this.

Share This Page