Can you give an example of what might be best suited to
place in the Application_Start and Session_Start subroutines?

Answers were Sorted based on User's Feedback



Can you give an example of what might be best suited to place in the Application_Start and Session_..

Answer / raghumadhav tirunagari


Application_start need for global variable which are
available over the application.
Sesssion_Start : login dependent ( user dependent)

Is This Answer Correct ?    2 Yes 1 No

Can you give an example of what might be best suited to place in the Application_Start and Session_..

Answer / guest

I am takeing an example for "online shopping website".We
have two options for customers (like Guest and register
users) to buy a product.
1.By default we have to show guest as one user.
2.Register user who are sigined in it.
3.Also i need to display how many uesrs are online.
There are some points to remmber:
1.How can i maintain Guest user to whole app.
2.how to maintain how many uesrs are online.
Application_Start:this event is used to declare global
variables.
Application["User"]="Guest";
Session_Start:This event is used to count how many no of
users are online.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

which of the following statement is true about gac. a)it is being handled by .net framwork b)It is special folder c)it can have files with same name etc etc.

4 Answers   Honeywell,


Explain about .net garbage collector?

0 Answers  


What is parallel computing?

0 Answers  


Define cache coherency and how is it eliminated? : Dot net architecture

0 Answers  


what is the difference between asp and asp.net

1 Answers   Six Sigma,






Explain in-proc,out-proc and sql server.

4 Answers   G7 CR Technologies, Ness Technologies,


inprocess vs out process session state : Dot net architecture

0 Answers  


What re interop services?

0 Answers  


i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?

0 Answers  


what is an assembly ?

2 Answers   IBM,


What are public and private assemblies ?

0 Answers  


how do u achieve multilevel inheritance in .NET ?

9 Answers   Accenture, Ness Technologies, SteelWedge,


Categories