Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to define global variables?
Message
From
10/11/2003 11:48:49
 
 
To
10/11/2003 11:45:32
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00848129
Message ID:
00848368
Views:
11
>>>Check out the Caching Application Block from MS.
>>>
>>>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/Logging.asp?frame=tru
>>
>>I don't think this applies here.
>
>Well, by 'global application variable' don't you mean you want to persist a value that is application wide (all session) and is always available?
>
>Other than that, have you tried to add properties to the httpapplication in global.asax ?
>
>BOb
Actually, the doc says member variables of the HttpApplication object are per-request values.

So, the seems to bring my back to caching an object and using it from the cache as needed.

Of course, there could be another method, I'm still learning this stuff myself.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform