# Environments & Connection Reference Document actual environment details here as they become known for this project. ## Runtime Versions - Classic ASP / IIS version: - VB6 runtime / OS target: - .NET version: - PHP version: ## Build / Test / Lint Commands Filled in per stack the first time a spec needs it (per `.devfoundry/skills/spec-interview.md` step 7). Do not guess these — ask the user. - Build: - Test: - Lint: ## Connection String Patterns **Never write a real password, API key, or secret into this file.** Use a placeholder (e.g. ``) and name where the real value lives (environment variable, Windows Credential Manager, appsettings secrets, etc.) instead of the literal value. - Access (OLEDB): `Provider=Microsoft.ACE.OLEDB.12.0;Data Source=.accdb;` - SQLite: `Data Source=.db;Version=3;` - SQL Server: `Server=;Database=;User Id=;Password=;` - Postgres: `Host=;Database=;Username=;Password=;` ## Driver Notes - Note 32-bit vs 64-bit driver requirements per application here. ## Legacy Error Log Classic ASP / VB6 / Access components log handled errors (per `.devfoundry/rules/legacy-asp-vb6.md`) to a flat file. Record the actual path(s) here once known for this project, e.g.: - Log file path: - Format: one line per error — timestamp, source module/function, `Err.Number`, `Err.Description`. - Rotation/retention policy: