locked
Application_Start stop in debug and execution Slow RRS feed

  • Question

  • User1557998713 posted

    1.- Very rarely I have managed to stop with F9 the execution in Application_Start() Mode or in some function called from that point. How can I always stop the execution?

    2.- I execute a function from Application_Start() and it runs very fast, but from Session_Start() much slower. How can it be?

    3.- When I run an Aspx application, it sometimes stays a long time "Communicating with the Server" which is the same PC with IIS. How can I make it run instantly?

    Saturday, December 28, 2019 3:57 PM

All replies

  • User475983607 posted

    1.- I execute a function from Application_Start() and it runs very fast, but from Session_Start() much slower. How can it be?

    2.- Very rarely I have managed to stop with F9 the execution in Application_Start() Mode or in some function called from that point. How can I always stop the execution?

    3.- When I run an Aspx application, it sometimes stays a long time "Communicating with the Server" which is the same PC with IIS. How can I make it run instantly?

    The community cannot provide assistance without source code that illustrates the issue.

    Saturday, December 28, 2019 4:11 PM