What is the default scripting language in ASP?
VBScript
The ASP primary scripting language is the language used to process commands inside the <% and %> delimiters. By default, the primary scripting language is VBScript. You can use any scripting language for which you have a script engine as the primary scripting language.
<%= is the same as:
How do you write "Hello World" in ASP
ASP server scripts are surrounded by delimiters, which?
What does ASP stand for?
What is the correct way to include the file "time.inc" ?