ASP language directives use the @ symbol: <%@ Language=VBScript %>. This is a special directive syntax that must be placed at the very beginning of an ASP file to specify which scripting language to use. The @ symbol distinguishes it from regular ASP code delimiters. While VBScript is the default, explicitly declaring it is good practice, especially when using JavaScript instead.