How to access remote file system
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi , How can I access the file system on a remote server? The site is running on local web server. When I add a new client through the managment site (the local site), I need to create a folder for the new client on the production site (the remote server), and copy some files into the new created folder, so that the client will have his own folder on the production site. I am using .NET 2.0. Is it possible to do it? Any help would be very appreciated! Thanks!