Answer Posted / shafi syed
There are 4 sessions in ASP.NET and we confiure all this in
GLOBAL.ASPX file
1. Application_Startn
2. Application_End
3. Session_Start
4. Session_End.
| Is This Answer Correct ? | 4 Yes | 20 No |
Post New Answer View All Answers
Explain what are delegates?
What is web api and why to use it?
WSDL means?
What is asp.net futures?
What are the disadvantages of asp.net?
How do I use response redirect?
What is .net framework and what are the main components of it?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is meant by asp.net?
Where are session variables stored?
Where is http session stored?
Write the different features of a Thread and a Process?
What is session handling in a webfarm, how it can work with its limits?
What is the use of global.asax file?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?