Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to define global variables?
Message
 
 
To
10/11/2003 09:55:07
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00848129
Message ID:
00848278
Views:
11
>>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>
>>
>
>I don't have this section in my Web.config file. Should that go under the Configuration level or under the system.web level?

Yes, in the Configuration level.

By the way, to read this value use ConfigurationSettings.AppSettings("thekey") method.
"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