Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to define global variables?
Message
 
 
To
09/11/2003 18:53:31
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00848129
Message ID:
00848268
Views:
18
This message has been marked as the solution to the initial question of the thread.
>This has started as what seemed a simple task. But, then I did some searches and found that this is complicated. Can anyone point me to the proper way of defining a global variable in an ASP.NET application?


You could add "key"s to the element in web.config file to store global variables.

For example:
<appSettings>
  <add key="myVar1" value="SomeValue" />
  <add key="myVar2" value="SomeValue" />
</appSettings>
HTH.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform