The ASPForm class is the base class and there must be at least one instance of this created in order to utilize ASPForms.Below is an example of VBScript code that will create an instance of an ASPForm and assign the handle to a variable
Example 2.1. Creating an ASPForm Object
set hASPForm = Server.CreateObject("ASPForms.ASPFormV1")