Multiple choice asp

In order for you to execute ASP code on your computer, you need to be running web server software such as Personal Web Server.

  1. True

  2. False

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

ASP code requires a web server to execute because it's server-side technology. You cannot simply open an .asp file in a browser like an HTML file. You need web server software such as IIS (Internet Information Services) on Windows or PWS (Personal Web Server) on older systems. The web server processes the ASP code and serves the generated HTML to the browser.