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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top