Static object in Global.asax vs Application State
- From: Vishwanathan Raman <VishwanathanRaman@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 5 Jul 2005 20:17:02 -0700
Hi
I have a declared a static DataSet object SOBJ in Global.asax.I also have a
localy defined DataSet LSOBJ in Global.asax which I am storing in Application
State.Is there any technical differences in the way both the objects are
handled by IIS.
Are both objects stored in different memory spaces?
I can access both the objects in my web page.
I will be grateful if some one can help me understand the difference.
Regards
Vishwanathan
.
- Follow-Ups:
- Re: Static object in Global.asax vs Application State
- From: Lars-Erik Aabech
- RE: Static object in Global.asax vs Application State
- From: François Lemaire
- Re: Static object in Global.asax vs Application State
- From: Scott Allen
- Re: Static object in Global.asax vs Application State
- From: bhawin13
- Re: Static object in Global.asax vs Application State
- Prev by Date: Please Help - HW question
- Next by Date: Re: Can't Write Cookie IE
- Previous by thread: Please Help - HW question
- Next by thread: Re: Static object in Global.asax vs Application State
- Index(es):
Relevant Pages
|