index.asp and web.config are the IIS entry point and configuration.App/ contains the application code: Controllers/, Views/, DomainModels/, ViewModels/, and DAL/.MVC/ provides the shared Classic ASP MVC framework and helper libraries (lib.*.asp).Data/ stores reports, sample assets, and database migrations under Data/Migrations/.Tests/ holds ASPUnit and test pages (Test_*.asp, TestCase_*.asp).ImportService/ and CiCd/ include VBScript/PowerShell automation.Dependancies/ contains native/ActiveX binaries used by the app.dist/ and uploads/ hold static assets and user-uploaded files.Tests/Test_All.asp (ASPUnit runner) in a browser.cscript ImportService/TrackingDataImport.vbs.codex.cmd uses Docker Compose for Codex tooling: docker compose up -d --build.Option Explicit at file start.<!--#include file="..."-->.HomeController) and descriptive, PascalCase file names.Data/Migrations/ and follow Migration_XX_Description.asp.Tests/ASPUnit/).Tests/Test_*.asp; test case definitions: Tests/TestCase_*.asp.App/app.config.asp and web.config for environment settings.Dependancies/ includes executables and ActiveX DLLs; verify licensing before redistribution.Powered by TurnKey Linux.