I use the following line of code :
server.Execute( "download.asp?f ile=" & request.QuerySt ring("file"))
which results in :
"Invalid URL form or fully-qualified absolute URL was used. Use relative
URLs."
If I replace the server.execute method with response.redire ct everything is
fine but I for a variety of reasons I dont want to do that.
Any ideas what is wrong ?
Thanks in Advance
server.Execute( "download.asp?f ile=" & request.QuerySt ring("file"))
which results in :
"Invalid URL form or fully-qualified absolute URL was used. Use relative
URLs."
If I replace the server.execute method with response.redire ct everything is
fine but I for a variety of reasons I dont want to do that.
Any ideas what is wrong ?
Thanks in Advance
Comment