Shortcut Navigation:

ASP Server Side Include Quiz

Server-Side Includes (also known as SSI) allows you to do what?

The include files can be written in which scripting language?

Changing an include file will affect all the pages that link to it such as a navigation bar. Suppose you want certain pages to display a certain navigation bar not available on other pages. Which is the BEST method to do this?

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

Which of these page extensions WILL NOT recognize and execute an include file?

Which is the correct format of an include statement?

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

Where would you place an include statement that has functions, subroutines and other configuration type of code?

Lets say that your include file is a piece of code that will print out your navigation menu. Where would you place the include statement?

You are working on a file called index.asp and have put in the include statement below. Where is the include file actually located on the web server? ..