Static object in Global.asax vs Application State

Tech-Archive recommends: Fix windows errors by optimizing your registry



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
.



Relevant Pages

  • RE: Static object in Global.asax vs Application State
    ... Regards ... "Vishwanathan Raman" wrote: ... > State.Is there any technical differences in the way both the objects are ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Static object in Global.asax vs Application State
    ... > I have a declared a static DataSet object SOBJ in Global.asax.I also have ... > State.Is there any technical differences in the way both the objects are ... > handled by IIS. ... > Are both objects stored in different memory spaces? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Static object in Global.asax vs Application State
    ... >State.Is there any technical differences in the way both the objects are ... IIS doesn't know what is happening inside the .NET runtime. ... Both objects will live inside the memory space for your application ...
    (microsoft.public.dotnet.framework.aspnet)