Copy File and Permissions

  • Thread starter Thread starter Chris Strobel
  • Start date Start date
C

Chris Strobel

Hi,

Does anyone know what permissions I need to copy a file that is created in
an ASP.NET page to another server during the same call. We get login errors
trying to do a File.Copy after we create it.

We are running 2 web servers with round-robin DNS where certain files
(Crystal Report PDF's) get created and we want to replicate them to the
alternate server when they get created.

Thanks,
Chris
 
the page need to run as a domain account. set a userName and password in web
config. google this newsgroup for more details

-- bruce (sqlwork.com)
 
Back
Top