Lets start from scratch. Is it a requirement for a webApp to declare the <machineKey> element in its Web.config file?
I host my application with a machineKey element with the form of:
<machineKey validationKey="0000..." decryptionKey="0000...." Validation="SHA1" />, Is this something i have to do? or
I can simply ommit totaly this configuration, or let machineKey to autogenerate.
I hope this is clear (but is my first time to face this situation) - thanks
psid
Member
3 Points
20 Posts
Re: machineKey element configuration
Apr 12, 2012 10:27 AM|LINK
Lets start from scratch. Is it a requirement for a webApp to declare the <machineKey> element in its Web.config file?
I host my application with a machineKey element with the form of:
<machineKey validationKey="0000..." decryptionKey="0000...." Validation="SHA1" />, Is this something i have to do? or
I can simply ommit totaly this configuration, or let machineKey to autogenerate.
I hope this is clear (but is my first time to face this situation) - thanks