Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines?
Answer Posted / sulochana singh
The Application_Start event is guaranteed to occur only once throughout the lifetime of the application. It's a good place to initialize global variables. For example, you might want to retrieve a list of products from a database table and place the list in application state or the Cache object. SessionStateModule exposes both Session_Start and Session_End events.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the uses of list view control in Asp.net?
How does the iis work?
how to retrieve property settings from xml .config file.
What are Session states available and its Uses?
How is it possible for .NET to support many languages?
Is viewstate secure?
How do session tokens work?
What is the server of asp.net?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
i want the asp.net technical questions and answeres
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What is form method?
List the types of authentication supported by asp.net?
How can we prepairing Interview
What is viewstate information stored?