M
Manuel Vázquez Acosta
I found out that the constructor for the Global (Global.asax) component is
called twice. The first time the Application_Start is called, while the
second is not.
Is this documented somewhere out there?
So, any instance variable iniatilizated in the Application.Start, will be
discarded the second time the Global constructor is called.
Regards,
Manuel.
called twice. The first time the Application_Start is called, while the
second is not.
Is this documented somewhere out there?
So, any instance variable iniatilizated in the Application.Start, will be
discarded the second time the Global constructor is called.
Regards,
Manuel.