Click here to Skip to main content
15,899,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a windows application which need to accessesd from server.
How to create an xml file in a folder on server when I excecute a button in the application.Currently its generating on local.
Posted
Updated 3-Mar-13 21:04pm
v2

1 solution

If you have a shared folder in the server with write access - then you can give that shared path to that as you are doing for your local folder. You should be able to save any file the same way after that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900