Comersus ASP Cart: The Ultimate Setup and Configuration Guide
Comersus ASP Cart is an open-source e-commerce platform built on Active Server Pages (ASP). It provides a reliable framework for businesses utilizing Windows-based hosting environments. This guide delivers a structured approach to installing, configuring, and optimizing your Comersus store. Prerequisites and System Requirements
Before starting the installation, ensure your hosting environment meets the necessary technical specifications.
Operating System: Windows Server with IIS (Internet Information Services) enabled.
Scripting Engine: ASP (Active Server Pages) with VBScript support.
Database: Microsoft Access (for small stores) or Microsoft SQL Server (recommended for production).
Permissions: Read, write, and modify permissions granted to the Internet Guest Account (IUSR) on the database folder. Step 1: Database Setup
Your database stores all product, customer, and order data. Setting it up correctly prevents connectivity errors. Option A: Microsoft Access (Development/Small Stores) Locate the comersus.mdb file in the installation package.
Upload this file to a secure directory outside your public web root. Note the absolute physical path for the connection string. Option B: Microsoft SQL Server (Production)
Create a new, empty database via your hosting control panel or SQL Server Management Studio (SSMS).
Execute the provided Comersus SQL installation script (comersus.sql) to generate the required tables and relationships.
Create a dedicated database user with db_datareader and db_datawriter roles. Step 2: Core Installation and File Upload
Proper file placement ensures both functionality and security. Download the latest stable release of Comersus ASP Cart. Extract the files on your local machine.
Upload the contents of the comersus folder to your web server via FTP/SFTP.
Set execution permissions to “Scripts Only” on the IIS virtual directory. Step 3: Configuration Settings
The configuration file links your web scripts to your database and defines core store behavior. Open the comersus_config.asp file in a text editor. Locate the database connection variable (pDbString). Update the connection string based on your database type:
Access: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\your\path\comersus.mdb;
SQL Server: Provider=SQLOLEDB;Data Source=server_address;Initial Catalog=db_name;User>
Set the pCompanyUrl variable to your exact domain name (e.g., http://yourstore.com). Save and upload the file back to the server. Step 4: Accessing the Administration Panel
Once configured, you must initialize your store settings through the backend interface. Navigate to your administration URL: http://yourstore.com.
Log in using the default credentials provided in the installation documentation.
Immediate Action: Change the default administrator username and password to secure your store.
Delete or rename the installation scripts folder to prevent unauthorized re-installation. Step 5: Essential Store Configuration
Complete these foundational settings in the administration panel before launching.
Localization: Set your store’s default currency, country, and time zone.
Payment Gateways: Configure your preferred payment processors (e.g., PayPal, Authorize.Net) by entering your API merchant credentials.
Shipping Rates: Establish shipping zones, carrier options, and flat-rate or weight-based calculation rules.
Tax Settings: Input the relevant tax percentages based on your business location and customer jurisdictions.
To assist you further with your e-commerce project, please choose how you would like to proceed:
Do you need a guide on how to implement SSL/TLS certificates for securing Comersus checkout pages?
Are you interested in steps for migrating data from an Access database to SQL Server?
Leave a Reply