You can use @ processing directives in your scripts to send information to ACP about how to process an .asp file. For example, the following script uses the @LANGUAGE processing directive to set the scripting language to VBScript.
<%@Language=VBScript
Dim myvar
Application("myvar") = This is my var
Response.Write(myvar)
%>
The following @ directives is supported by Active Server Pages (ASP) in ACP 3.x.