ASP Classic blog framework - BrainOrdure
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
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.