Accessing a drive on remote server via app.config

Posted by user349134 on Stack Overflow See other posts from Stack Overflow or by user349134
Published on 2010-06-02T19:00:31Z Indexed on 2010/06/02 19:04 UTC
Read the original article Hit count: 164

I am working on a website with a scheduled dataloader exe. The website lives on the web server and the dataloader lives on the DB server. One of the steps in the process is for the dataloader to access the WEB server (to copy/paste a maintenance page file..e.g.\192.168.1.101\c$\maintenance.htm).

I am, not surprisingly, running into permissions issues because the dataloader needs to be able to login to the WEB server as an admin to copy the file. Is there a way I can set up logging in (something akin to impersonating a user through an App.config?)

Thanks! -KC

© Stack Overflow or respective owner

Related posts about .NET

Related posts about permissions