asp.net viewstate encryption
I have a few questions about when and how viewstate is encrypted in asp.net 3.5. For instance, if I have a machinekey entry in my web.config like: decryptionKey="AutoGenerate,IsolateApps" validation="AES" decryption="Auto" /> Is viewstate encrypted at this point? Or do I need to specify the viewStateEncryptionMode in the page section also? Also, is it possible to encrypt a formsauthentication cookie, but not encrypt viewstate at the same time? Thanks for any help. The controls on the page can request that encryption be used for the ViewState, but even this request can be overridden by the page