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



Explain which is best suited place in the Application Start and Session_Start subroutines with an ..

Answer / santosh

Its not global.aspx but its global.asax

Is This Answer Correct ?    5 Yes 0 No

Explain which is best suited place in the Application Start and Session_Start subroutines with an ..

Answer / subhash - netedge computing

Global.asax

Is This Answer Correct ?    1 Yes 0 No

Explain which is best suited place in the Application Start and Session_Start subroutines with an ..

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

Post New Answer

More ASP.NET Interview Questions

Do session use cookies in asp net?

0 Answers  


Explain the advantages of asp.net.

0 Answers  


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

0 Answers  


• What Session State providers are available in ASP.NET? What are the pros and cons of each?

2 Answers   Infosys,


What is session object? Describe in detail.

0 Answers  


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?

0 Answers  


Webconfig file is cofiguration of server or browser?

10 Answers   Wipro,


Why mvc is faster than asp.net? : Asp.Net MVC

0 Answers  


what are the advantage in asp.net and what are the question ask for interview in vb.net and asp.net

0 Answers   TCS,


Explain how server control validation controls works?

2 Answers   CMS, Syntax Softtech,


What is role-based security?

1 Answers  


Categories