Multiple choice asp

Which programming language is most commonly used to script ASP code?

  1. ASP

  2. JavaScript

  3. VBScript

  4. C++

  5. Perl

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

VBScript (Visual Basic Script) was the default and most commonly used scripting language for classic ASP. While ASP could also use JavaScript (JScript), VBScript was the primary language in most ASP documentation and examples. This was because VBScript integrated seamlessly with Microsoft's server architecture and was familiar to Visual Basic developers.