Multiple choice .net asp

An include file can be saved with a .asp extension.

  1. True

  2. False

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

Include files can legitimately be saved with a .asp extension. This is useful when the include file contains ASP code that needs to be processed on the server before being included in the calling page. The server will execute any ASP code in the include file first, then include the resulting output in the parent page.