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!

Application Directives

Application directives specify optional settings used by the ASP+ page and application compilers when processing ASP+ files. Application directives are located at the top of an application file.

<%@ directive attribute=value [attribute=value … ]%>

Each directive may contain one or more attribute/value pairs specific to that directive. The following directives are supported:

@ Application Defines application-specific attributes used by the ASP+ application compiler.
@ Import Explicitly imports a namespace into an application.

See also

ASP+ Application File Syntax