What are the Application_Start and Session_Start
subroutines used for?
Answer Posted / srikanth
Application_Start is fired when the application loads first
time. Here use static data only.Do not use instance data
this is recommended.
Session_Start is fired when a user enters in to the
application.(when he requests first time.)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
When was asp.net released?
What is sdlc process?
What is an asp.net validator? And, mention its types.
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is the web.config file in asp?
How do I create a web form?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What does aspcompat="true" mean?
Where the cookie value is stored?
Explain a program using razor view engine to create a simple application? : asp.net mvc
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
How many types of validation are there?
What are different types of api?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Describe how passport authentication works.