<% pageTitle = "Classic ASP App" badgeClass = "ok" badgeText = "App class bootstrapped" %>

Welcome to your ASP Classic application

The request is now being handled by Core/Controllers/HomeController.asp.

Resolved Route<%= Server.HTMLEncode(oController.App.Route) %>
Request Method<%= Server.HTMLEncode(oController.App.RequestMethod) %>
Server Name<%= Server.HTMLEncode(oController.App.ServerName) %>
Server Port<%= Server.HTMLEncode(oController.App.ServerPort) %>
Physical Root<%= Server.HTMLEncode(oController.App.PhysicalRoot) %>
Started At<%= Server.HTMLEncode(CStr(oController.App.StartedAt)) %>
Registered Services<%= oController.ServiceSummary %>

Try a pattern route: /greet/World or /greet/World/42