Hi. The common application data folder (as opposed to the program files folder) is a good place to put shared files. The default permission on this folder however, is everyone read without write permission. This can be changed/set using the installer. Since the default Visual Studio installer project cannot do this simply by setting a property, you must add a custom install action ( http://msdn.microsoft.com/en-us/library/d9k65z2d(v=vs.80).aspx ) which can set the permission on the directory.
Since you have multiple accounts that are to write to the file, the permission might use "Users" or "Everyone". If at all possible, try to avoid "Everyone" since its literally... everyone... Cheers -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
