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?