You are not permitted to access databases outside the document tree.
Posted: Wed May 26, 1999 3:05 pm
Your webserver probably doesn't set DOCUMENT_ROOT. You should set it
as noted in the comments at the top of the script. It should be set
to the full path of the top level directory containing your web documents.
Something like:
<$DOCUMENT_ROOT = "D:\inetpub\usearchthe">