appSettings
(2) Custom AppSettings, ...
Authentication
(1) < authentication > Section, ...
Authorization
(4) Programmatically Handling Role, ...
browserCaps
(1) < browsercaps > Config Section, ...
Compilation
(4) .NET compilation demystified, ...
customErrors
(1) < customErrors > Section, ...
Globalization
(2) Declarative globalization, ...
httpHandlers
(13) HTTP Handlers and Factories, ...
httpModules
(5) ASPAccelerator.Net HTTP Compre, ...
httpRuntime
(2) < httpRuntime > Section, ... |
| |
Hits Today: 1 Total: 2408 | Updated: 6/11/2003 | |
 | With the "Microsoft .NET Configuration" tool that comes with the .NET Framework, it is possible to configure some application properties. Author: Jayram Tallamraju Code: ASP.NET v1.0 |
Hits Today: 1 Total: 2054 | Updated: 10/22/2001 | |
 | Configures custom settings for an application. This section can be declared at the machine, site, application, and subdirectory levels Author: unknown Code: ASP.NET Beta 2 & VB |
Hits Today: 3 Total: 1471 | Updated: 2/16/2001 | |
 | When a request arrives for a particular ASP.NET resource, ASP.NET computes the settings for that URL in a hierarchical fashion, using the configuration files located in the path for the requested URL. Author: unknown Code: ASP.NET Beta 1 & VB | |  | |
Hits Today: 3 Total: 1546 | Updated: 9/25/2002 | |
 | How easy is it to create Hash values in .NET? Just import the System.Web.Security namespace and use the FormsAuthentication class and the HashPasswordForStoringInConfigFile method.
Author: superdotnet.com Code: ASP.NET v1.0 & C# |
Hits Today: 3 Total: 1296 | Updated: 6/23/2003 | |
 | This article describes how to use Visual C# .NET to create a custom configuration section handler for ASP.NET.
Author: microsoft.com Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 1245 | Updated: 7/13/2003 | |
 | Use this step-by-step guide to apply the <location> tag to the Web.config file to configure access to a specific file and folder.
Author: microsoft.com Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1132 | Updated: 7/18/2003 | |
 | This article provides an introduction to the ASP.NET page framework. Configuration involves everything from application settings such as database connections to security details and information about how errors should be handled.
Author: microsoft.com Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 1847 | Updated: 8/3/2002 | |
 | There are often times when you need to store some globally accessbile bit of information that will be used on (nearly) every page on the Web site... Author: Scott Mitchell Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1672 | Updated: 4/3/2003 | |
 | Now that we know how to edit basic properties in the web.config, let's create some custom properties. For this example, I have added two custom nodes as shown below Author: Jason Gaylord Code: ASP.NET v1.0 & VB |
|