Which scripting language is used by default in ASP?
Explanation
The default scripting language for ASP (Active Server Pages) is VBScript. Other options like EcmaScript and JavaScript are related scripting languages, but they are not the default in ASP. PERL is a separate programming language and not used by default in ASP.