Multiple choice asp

If the default pages in HTML are index.htm, default.html, etc, what are the default pages in ASP?

  1. index.asp

  2. default.asp

  3. home.asp

  4. Both A and B

  5. Both B and C

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

In IIS (Internet Information Services), the default document list can be configured. By default, 'default.asp' and 'index.asp' are the most common filenames recognized as the entry point for an ASP-based directory when no specific file is requested.