A unique copy of an application deployed for use in a Team Workspace. Application instances are derived from application templates.
instantiate
To deploy an application instance for use in a Team Workspace. Application instances are derived from application templates when the Instantiation URL executes.
Instantiation URL
Any mechanism accessible by HTTP that can replicate an application template for deployment in a Team Workspace. One way to implement the Instantiation URL is as an Active Server Pages (.asp) file that contains script for installing and configuring a unique copy of an application. The script specifies the application files to copy and where to copy them, configures necessary database tables and virtual directories, and provides a mechanism for keeping track of the instance. For more information, see The Instantiation URL.
interface
A group of semantically related functions that provide access to a Component Object Model (COM) object. Each interface defines a contract that allows objects to interact according to the COM specifications.
Internet Server Application Programming Interfaces (ISAPI)
A set of interfaces that you can use to create extensions and filters for IIS. For more information, see "Programmer's Guide" under "Internet Information Services SDK" in the Microsoft® Platform SDK.