Multiple choice .net asp

Server-Side Includes (also known as SSI) allows you to do what?

  1. Allows you to include server executed code into any ASP application.

  2. Allows you to use one file in several different web pages.

  3. Allows you to use a piece of code more than once.

  4. All of the above

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

Server-Side Includes (SSI) enables all three capabilities: including server-executed code in ASP applications, reusing a single file across multiple web pages, and reusing code snippets multiple times. SSI promotes code modularity and maintainability by allowing developers to include common elements like headers, footers, or navigation bars across many pages from a single source file.