The webconfig File
The web.config file, like the machine.config file, holds specific settings that apply to a specific ASP.NET application. You can also add your own settings to this file that would be needed by the application, such as database connection strings. In a sense, you can think of the web.config file as you would an .ini file. The web.config file is nowhere as wieldy as the machine.config file. The schema for the web.config file is shown in Listing 32.1 with the main sections in bold font.
Post a comment