What is application variable and when it is initialized ?
Answer Posted / rajesh kumar
Application variable is generally Stored in Application
State in Application_start event in Global.asax file which
is fired when the first Instance of Application is created
or when first user open the Website.
Item added to the Application variable in function like
global variable in ASP.NET Page.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is difference between viewstate and session in asp net?
What is the concept of view state in asp.net?
Why do we need asp.net?
What is the difference between CC and BCC?
Explain the advantages of passport authentication.
What is the full meaning of asp.net?
How do you sign out from forms authentication?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Do you know using sql cache invalidation?
How you can manage the state of application at the server side in ASP.NET?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Explain the advantages of asp.net.
What is work flow gen? how can it will work with .Net?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Define view state.