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. |
ASP+ Application File Syntax