I had done many searches to check how to encrypt SQL connection string in app.config of C# application. I found that using aspnet_regiis is not secure as any one on the client machine can decrypt it if he know what to do, some advised to use web services, I could not find how, can any one give examples please?
Thanks,