Package and Deploy a WebClass Application | |
If a Web server has the VB WebClass runtime component (MSWCRUN.dll) registered, you should deploy the sample e-commerce application by adding Ecommerce.dll to Microsoft Transaction Server (MTS). After that, create a virtual directory with Internet Information Services (IIS) Internet Service Manager and copy Store.asp, Home1.htm, and Top1.htm to it. Don't forget to create an Images subdirectory under the virtual directory to hold images loaded from the SQL Server database.
You can also use the Package and Deployment Wizard (a Microsoft VB6 add-in) to deploy the application. To use the Package and Deployment Wizard, you must package the application into a cabinet (CAB) file: a straightforward task when using the wizard. The Package and Deployment Wizard doesn't package HTML pages associated with your project into the CAB file. However, it copies them to the server when you deploy the CAB file (see Resources and Links for Package and Deployment Wizard resources). |