You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

594B

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

Powered by TurnKey Linux.