Question : How do I access setting in web.config file ?

Hello,

I'm trying to develop a asp.net web application how can i access the web.config file settings ?


Please advise

Answer : How do I access setting in web.config file ?

Hi westdh,

You can add any variable or object you want to Session State. For example if you want to add the url path to Session State using c#:

Session["url"]=URLvariable

Hope this helps you.
Random Solutions  
 
programming4us programming4us