Multiple choice .net asp

An include file that contains ASP code can be saved with a .inc extension.

  1. True

  2. False

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

In classic ASP, include files often used the .inc extension. While .asp can also be used, .inc was a common convention for reusable code blocks. However, .inc files are not protected by the server and can be downloaded as plain text if accessed directly by a URL.