Multiple choice asp

ASP code is....

  1. a client-side executable code.

  2. a server-side executable code.

  3. a world-wide-web executable code.

  4. all of the above.

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

ASP (Active Server Pages) is a Microsoft server-side scripting technology. The ASP code executes on the web server, not in the client's browser. The server processes the ASP code and generates HTML which is then sent to the browser. This is why ASP files must be hosted on a web server like IIS, not simply opened as local files.