I have a website that communicate with the webservice(the website doesn't have Database all communication via Webservice).
so you can access this webservice, you need a AES key to encrypt some fields and the webservice verify this encryption.
the AES key used in the website I put it in web.config for test,but I don't think this is a good approach for production.
so my question is where to store the AES key for the website.