What are the Application_Start and Session_Start
subroutines used for?
Answer Posted / elango
application_start is executed when the first time the
application get executed.This is useful to findout total no
of users visted in that website and etc.
Session_start will get executed when each unique user enter
in to the application here u can access session specific
values,username ,pwd etc.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is a web api endpoint?
What are the memory-mapped files?
What is full form of asp.net?
How does asp.net work?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
How will you do Redo and Undo in a TextControl?
Difference between web user control and web custom control?
Explain the difference between inline and code behind - which is best in?
What is form submit?
How many types of sessions in asp.net?
What is the use of service provider?
Which is better viewstate or session?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Why do you use the app_code folder in asp.net?
Can you explain architecture of your project ?