Question: In the context of ASP, what does the term \'server-side scripting\' refer to?
Options:
Correct Answer: Code executed on the server before sending to the client
Solution:
Server-side scripting refers to code that is executed on the server before the results are sent to the client, which is a key feature of ASP.