Frequently Asked Questions
Our most commonly asked questions (with
answers!) are below.
Your question isn't answered here? Contact
Us or complete the Support
Request form.
set FSO = server.createobject("Scripting.Filesystemobject") Full_ASP_FILE_PATH = server.mappath(Request.ServerVariables("PATH_INFO")) PATH_ONLY = Fso.GetParentFolderName(Full_ASP_FILE_PATH) Response.write "This ASP page is being run in the folder: " & PATH_ONLY