Creating Folder In A Remote Machine

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to allow asp.net to create a folder in remote server?

Say if I give a path something like this:

\\testserver\testfolder the asp.net application sould be able to create
folder "testfolder" in the machine named "testserver"

Any ideas or suggestions?
 
All you need ( other than the directory creation code itself ),
is for the ASP.NET account to have the appropiate file creation
permissions for the target folder in the remore machine.




Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
 

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