I recently used XML Serializer to serliaze an object in one of my apps and after looking around a bit online i figured it requires the software to be started with admin privs.
Now I got around to doing something else which copies/moves/modifies files on the hard drive and it does NOT require any admin privs
Is there a way to use the xml serialization without admin privs also? Whats the difference between the two?
Thanks