Web.config

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I wonder if anyone knows about any good articles about how asp.net read the
webconfig. What actually happens? Or any good examples about making a class
that read the webconfig.
 
web.config file is just an XML file. So, you can just use System.Xml
namespace to read/parse/write it in the way you want.

Hello

I wonder if anyone knows about any good articles about how asp.net read the
webconfig. What actually happens? Or any good examples about making a class
that read the webconfig.
 
Back
Top