Consolidated ASP Classic MVC framework from best components
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

935B

Deployment Configuration

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

Hosting Model

  • Windows IIS
  • public/ configured as the site root
  • public/Default.asp as the default document
  • URL Rewrite sends non-static requests through the ASP front controller

Runtime Configuration

Primary deployment configuration is stored in public/web.config.

Important Settings

  • ConnectionString
  • Environment
  • FlashMessageTimeout
  • Error404RedirectSeconds
  • CacheExpirationYear
  • EnableErrorLogging
  • ErrorLogPath

Deployment Notes

  • The Access DB path must be updated for the target machine.
  • ErrorLogPath should be writable by the IIS application identity if enabled.
  • Static assets are expected under public/ paths excluded from rewrite rules.

Observed Gaps

  • No container, CI/CD, or infrastructure-as-code deployment config was detected.
  • Deployment is currently documented as a manual IIS-based process.

Powered by TurnKey Linux.