An include file can be saved with a .asp extension.
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.