C
Corey B
I am writing a web application in ASP.NET that allows a user to
download an XML file to their machine that contains all of their work.
Then later they can upload that file to the server and continue
working. Is there a way that I can protect that file so that the user
doesn't alter it? I didn't know if there was some fancy way in .NET
that I could password protect the file or do something to it that would
not allow the user to alter it.
Thanks in advance for any help,
Corey
download an XML file to their machine that contains all of their work.
Then later they can upload that file to the server and continue
working. Is there a way that I can protect that file so that the user
doesn't alter it? I didn't know if there was some fancy way in .NET
that I could password protect the file or do something to it that would
not allow the user to alter it.
Thanks in advance for any help,
Corey