Click here to Skip to main content
15,878,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

I have a List of Serialized XML file on p.c. that works as Database for my Software which i have created in wpf.

This project is working well on Standalone environment.
I want this to run on LAN.
Means files resides on a machine and client can use this from LAN.

I stored these file in %appdata%

Please advise.

Thanks in advance.
Posted
Comments
Amund Gjersøe 7-Apr-11 6:57am    
Please respond when a possible solution is provided.

1 solution

If you want to store your files on a network drive, there should be any problems.
If your local machine runs Vista or 7, there are some restrictions on where an applications is permitted to create files. The application can only use such folders as ProgramData and AppData\Local (depending on local policy). Mapped network drives should be ok.

Good luck!

If your question really is about how to make a server/client setup, then you should clarify.
 
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