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 strong names?
how to elimainte the similar data from the different tables
What is datagrid asp.net?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is difference between URL and URI?
How many types of cookies are available in asp?
What is mvc in asp.net tutorial? : Asp.Net MVC
How can we implement a identity (sql server) call in an asp.net page?
How to reduce the width of textbox in editcommandcolumn of datagrid?
Explain the steps to be followed to use passport authentication.
What is the full meaning of asp.net?
What is meant by ispostback in asp net?
How can we register exception filter from the action?
how to debug web services on consumer side?
Explain Authentication mechanism in dotnet