Creating Custom Templates

A custom Microsoft® Visual InterDev™ template is any .htm, .asp, or other text file that you create and place in the Templates directory. You can further customize the template by including parameters that prompt the user for input that is added to the new file based on the template.

A template can be:

File type Result
A single .htm file An HTML page
A single .asp file An ASP page
Other text file A text file

To create a custom template

You can further customize a template so that it prompts the user for input when creating a new file.

To prompt the user for input

The following parameters are reserved by Visual InterDev for unique functions.

For more detailed information on Visual InterDev templates, read the technical paper "Creating Your Own Visual InterDev Templates" on our Web site at http://www.microsoft.com/vinterdev/.