您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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.