Consolidated ASP Classic MVC framework from best components
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

938B

MVC-Starter - Deployment Guide

Date: 2026-03-11T11:59:39Z

Deployment Model

Single-site Windows IIS deployment with public/ as the web root.

Deployment Steps

  1. Copy the repository to the target Windows host.
  2. Configure the IIS site to point to public/.
  3. Ensure Classic ASP is enabled.
  4. Ensure URL Rewrite is installed.
  5. Update public/web.config for the target environment.
  6. Ensure the Access DB file path is valid and accessible.

Key Runtime Config

  • ConnectionString
  • Environment
  • EnableErrorLogging
  • ErrorLogPath
  • cache and UI timing settings

Deployment Risks

  • Incorrect ConnectionString path for .accdb
  • Missing IIS URL Rewrite module
  • Missing Classic ASP support
  • File permission issues for logs or database access

What Was Not Found

  • No Docker, Kubernetes, or container deployment setup
  • No CI/CD pipeline config
  • No infrastructure-as-code deployment definition

Powered by TurnKey Linux.