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 are the Types of objects in ASP
What is the differences between a primary key and a unique key in sql server?
What are validator? Name the validation controls in asp.net? How do you disable them?
What are the different authentication modes in asp.net?
How Session outproc in Sqlserver stored?
What is the caspol.exe tool used for?
What are Master Pages in ASP.NET?
What is the difference between custom web user control and a custom web server control?
How long should a session id be?
Define application state variable and session state variable?
Define web services in asp.net.
What is asp short for?
What is the difference between web config and machine config files?
What is a postback url?
What are the advantages and limitations of query string?