There are many articles that explain the life cycle of an ASP.NET WebForms page , but what happens between the constructor on the page with the call code and the event Page_PreInit? MSDN refers to this time as the "initial stage" of the page.
I am debugging some code in which there is often a moderate delay between these two events (determined by logging, a delay of the order of a few seconds).
source
share