%@ Language=Python %> <% # Save the URL into a local variable url = Request.ServerVariables("PATH_INFO") %>
<%= url %>
The local path to this URL is
<%= Server.MapPath(url) %>