I am using an ASP Web hosting account and don know the filesystem path to my directory. What should I do?
A. You can use the following script to determine the filesystem path. Open a text editor, and copy the following one-line ASP script to this file: <%=Server.MapPath("findpath.asp")%> Save the file with the name findpath.asp and place it in the directory on your Web hosting account where Web File Browser is located. When you load this file in the browser, the browser will indicate the filesystem path to this file.