On our production web server, it has a mapped drive (G:) that goes to the database backup folder of our database server.
I can access it via termainal services easily, no problem.
However, if i want to run a coldfusion app, to work with that directory, it says that directory is empty.
So apparently I need to have the windows user that coldfusion is setup as, Local System, have full access to that mapped drive.
I am not sure of the steps to do this.
The production web server is running Windows Web Server Edition Sp2.
Can you help me setup folder permissions, so i can copy/move files from the mapped drive in coldfusion?
Thank you.