# Run Helpers ## IIS Express Use either launcher from the repository root: - PowerShell: `./run-iisexpress.ps1` - PowerShell with IIS tracing: `./run-iisexpress.ps1 -TraceErrors` - Command Prompt: `run-iisexpress.cmd` - Command Prompt with IIS tracing: `run-iisexpress.cmd trace` The launcher first rebuilds `applicationhost.config` from your installed IIS Express base config, then starts `AspClassicPublicSite`. ## URL Open: `http://localhost:8080` ## Requirements - IIS Express installed - Site content in `Public` - Classic ASP feature enabled for IIS Express / Windows IIS components