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.
 
Well, i'm know that.
What I really mean is how the framework read the file and so on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top