Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using Windows Azure web sites (no web role or worker role) for a while now. Access to SQL Azure and Blob Storage even Shared Cache is working fine.

To secure my ConnectionString it was possible to encrypt my local web.config, insert a dummy ConnectionString via XDT-Transform for my release web.config and replace the dummy with the Windows Azure Portal configuartion for ConnectionStrings.

But how do I secure my security tokens in the web.config section dataCacheClients. At the moment they are visible and every time i push my git repository I have a bad feeling about it.

Any idea how to solve this problem?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.