News

On occasion, you'll need to decrypt the web.config section just to check what's actually in the file. This code takes care of that job: Dim configFile As System.Configuration.Configuration Dim ...
Tweaking the settings in your configuration files in ASP.Net can provide a nice performance boost. These files include machine.config and web.config. The web.config file is application-specific ...
In addition to defining custom configuration sections used by the ASP.NET AJAX Framework, web.config maps the standard "asp" server control prefix to the System.Web.Extensions assembly (see Listing 1) ...