[
Lists Home |
Date Index |
Thread Index
]
Hello,
I am using an XML
doc / server side to keep track of client app installations. The client
APP will update the server (via ASP code) at different
times.
Most of this is
working perfect, but I have 2 concerns:
1) if 2 people
have the same XML doc open at the same time (or before any new saves), if
clientA make changes then saves, and clienB does the same... what will prevent
clientB from overwriting clientA's changes?
2) when you
use the Save method of the xml document, is it necessary to first delete the
existing XML document that is out there? I keep getting permission denied
(Write access has been granted for the "everyone" account).
Thanks!
Karl
|