Document actual environment details here as they become known for this project.
For ASP Classic web apps, this project uses the RouteKit framework — see .devfoundry/references/asp-classic-framework.md for its conventions. RouteKit config keys below (ConnectionString, Environment, EnableErrorLogging, ErrorLogPath) live in public/web.config <appSettings> and are read via GetAppSetting(key) — set them there, not just in this doc.
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.
Never write a real password, API key, or secret into this file. Use a placeholder (e.g. <from secret store: DB_PASSWORD>) and name where the real value lives (environment variable, Windows Credential Manager, appsettings secrets, etc.) instead of the literal value.
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=<path>.accdb;Data Source=<path>.db;Version=3;Server=<host>;Database=<db>;User Id=<user>;Password=<PLACEHOLDER - see secret store>;Host=<host>;Database=<db>;Username=<user>;Password=<PLACEHOLDER - see secret store>;Classic ASP / VB6 / Access components log handled errors (per .devfoundry/rules/legacy-asp-vb6.md) to a flat file. In a RouteKit app this is ErrorHandler_Class writing to EnableErrorLogging/ErrorLogPath from public/web.config; record the actual values here once known for this project:
EnableErrorLogging:ErrorLogPath:ErrorHandler_Class.LogError): [<timestamp>] Context: <context> | Error #<Err.Number>: <Err.Description> | Source: <Err.Source>Powered by TurnKey Linux.