Hello, I would like to 'include' files, such as is done in .php files using include 'filename.inc' or in .asp files with <!--#include 'filename.inc'--> in an .htm file. With apache, I could simply define the PHP 'handler' to process .htm files. How can I do this on a IIS based web server? Thank you for any assistance, Ross