NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Configuring ASP+

A central requirement of any web application server is a rich and flexible configuration system – one that enables developers to easily associate settings with an installable application without having to embed values into code, and enables administrators to easily adjust or customize these values post-deployment.

The ASP+ configuration system addresses both of these requirements. It does this through a hierarchical configuration infrastructure that enables extensible configuration data to be defined and used throughout ASP+ applications. At the same time, ASP+ provides a rich set of initial configuration settings.

For complete information on configuring your ASP+ Web applications, see ASP+ Configuration Concepts.

See Also

Creating ASP+ Web Applications