Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: ASP debugging


Message #1 by "surej" <surej_k_s@y...> on Mon, 6 Nov 2000 14:20:27 -0000
Just check if you have File System Object correctly registered
on your server. Check if an error is generated when your
page is executed. You can do this with "err" object. There is
a sample code.
		If err.number <> 0 then 'an error occured
			response.write err.number & err.description
			response.end
		end if

Jean-Fran=E7ois

-----Message d'origine-----
De : Chris.Cook@z... [mailto:Chris.Cook@z...]
Envoy=E9 : 6 novembre, 2000 11:13
=C0 : Interdev_Programming
Objet : RE: ASP debugging


Hi,

Can anyone help me with the following - I am writing a page for the
intranet here, and as a part of that I want to be able to move selected 

files from the users machine to a share on the network. I am using the
filemove() commmand, which all works fine when I use it on my local
machine.

As soon as I publish it to a remote server though, the files do not 
move.
Is this a security thing?

Any help would be great, as I am tearing my hair out with this one!

Chris



  Return to Index