Thanks for that information, but it will be use in the business I work for, and so will be "installed" by an administrator before the users can use it. Those users won't have access to modify those config files, so in fact I'm really happy to learn they won't be able to do anything else than read it. Once it is configurated, nothing should be change, but in case something must that access is limited to the local administrator.
Thanks for all of your answers guys, but please, remember that my problem is solved, like a wrote some days ago! 2011/8/2 Busted! <[email protected]> > 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 <http://vb.net/>, C# .NET, > ADO.NET<http://ado.net/>, > ASP.NET <http://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 > -- 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
