Re: Windows service

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




"Bela Istok" <bela_i@xxxxxxxxxxx> wrote in message news:F0EA16A6-A2DF-4B80-B823-592BCA8BED4B@xxxxxxxxxxxxxxxx
Arnold If you store the logins in the App.Config you can compromise the server if someone get to the machine, the best way is to use integrated in the service (if the service is running in the user stations).

You do know that you can encrypt a configuration file in .NET 2.0 don't you?

http://www.codeproject.com/useritems/Configuration_File.asp

.