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
- Copy the repository to the target Windows host.
- Configure the IIS site to point to
public/.
- Ensure Classic ASP is enabled.
- Ensure URL Rewrite is installed.
- Update
public/web.config for the target environment.
- 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