Tagged Questions
3
votes
4answers
2k views
How to read programmatically web.config values?
I use asp.net and c# 4.
I have a Web.Config file
<globalization culture="auto:fr" uiCulture="fr"/>
I want to get this value in a new variable programmatically in Code Behind.
var test = ...