To find the path of a page on the server.
<% Dim mypath mypath = Server.MapPath("./") Response.write "<p>Current directory is: " & mypath %>
Download code...
Print this page