ASP.NET provides an XML-based configuration system that is easy to read and write. A configuration file is a text file that contains XML elements that affect the behavior of an application. In ASP.NET, configuration information is stored in one of two files: machine.config or web.config
- Related Contents
Advertisement
ASP.NET Related Topics