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.