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!

AppDomainFlags.ConfigurationFile

Used to get or set the assembly cache manager's APP_CONFIG_FILE variable. This variable is the name of the configuration file for an application domain. The configuration file describes the search rules and the configuration data for the application domain. The host that creates the application domain is responsible for supplying this data because the meaningful values vary by scenario. For example, the configuration data for ASP+ applications is stored per application, site and machine, while the configuration data for an executable is stored per application, user and machine. Only the host knows the specifics of the configuration data for their particular scenario.

[Visual Basic]
Public Shared ReadOnly ConfigurationFile As String
[C#]
public static readonly string ConfigurationFile;
[C++]
public: static readonly String* ConfigurationFile;
[JScript]
public static var ConfigurationFile : String;

See Also

AppDomainFlags Class | AppDomainFlags Members | System Namespace