Explain which is best suited place in the Application Start
and Session_Start subroutines with an example?
Answers were Sorted based on User's Feedback
Answer / rana rashid
Best suited place is Global.aspx..
in that file you put your application start and
session_start subroutines....
these initilize on the start of your application..
Is This Answer Correct ? | 0 Yes | 1 No |
Do session use cookies in asp net?
Explain the advantages of asp.net.
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
• What Session State providers are available in ASP.NET? What are the pros and cons of each?
What is session object? Describe in detail.
Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.
5 Answers ADITI, Syntax Softtech,
What is the purpose of session management?
Webconfig file is cofiguration of server or browser?
Why mvc is faster than asp.net? : Asp.Net MVC
what are the advantage in asp.net and what are the question ask for interview in vb.net and asp.net
Explain how server control validation controls works?
2 Answers CMS, Syntax Softtech,
What is role-based security?