ASP.NET Application.Start ??

  • Thread starter Thread starter ozgur develioglu
  • Start date Start date
O

ozgur develioglu

Hi everyone,

I have some code that it has to be executed ony one time. I look at
Web.Config file and put a variable to a static field in one of my classes.
But I want to repeat this operation.
Now I'm using constructor of Global class. Should I use
Application.Start() or somewhere else???

Thanks...
 
Back
Top