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

What is Boxing and Unboxing?

7 Answers   Accenture, IBM, Tech Mahindra,


How is a session stored and maintained in asp.net?

1 Answers  


What happens if an ASP.NET server control with event-handling routines is missing from its definition?

1 Answers   MindCracker,


What is the full form of asp.net?

1 Answers  


What are the advantages of passport authentication?

1 Answers  


I have developed a web application in asp.net 2.0 with Access as back end i am trying to gereate report/export data in excel. After hosting the site i am not getting any error or such exported excel file. but using the source code from my system it works fine. Could any one tell me why it is happening and what is its solution.

2 Answers  


Please briefly explain the usage of global.asax?

1 Answers  


What is the advantage of using Windows authentication in a Web application?

1 Answers   MCN Solutions,


What is the difference between control and component?

4 Answers  


When maintaining session through sql server, what is the impact of read and write operation on session objects?

1 Answers  


Have you used microsoft dataaccess blocks and Exception blocks?

1 Answers   Microsoft,


What is FullTrust? Do GACed assemblies have FullTrust?

2 Answers  


Categories