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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top