Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 19, 2012 04:05 AM by mishra.bhupesh
Member
25 Points
35 Posts
Feb 18, 2012 09:25 PM|LINK
hello friends,
can i use a fixed machine key and put it in my web.config file. is this acceptable from a security point of view ?
i am using this because i get an error on my application that machine key validation is failed
thank you.
Participant
1594 Points
376 Posts
Feb 19, 2012 04:05 AM|LINK
of course you can put fixed validation key in <machineKey ....../> of web.conf.
<machineKey validation="Algorithm Name for validation" validationKey="Your Key"/>
But 'Your Key' should be in Hexadecimal and 40 to 128 characters long.
raedkanan
Member
25 Points
35 Posts
machine key
Feb 18, 2012 09:25 PM|LINK
hello friends,
can i use a fixed machine key and put it in my web.config file. is this acceptable from a security point of view ?
i am using this because i get an error on my application that machine key validation is failed
thank you.
mishra.bhupe...
Participant
1594 Points
376 Posts
Re: machine key
Feb 19, 2012 04:05 AM|LINK
of course you can put fixed validation key in <machineKey ....../> of web.conf.
<machineKey validation="Algorithm Name for validation" validationKey="Your Key"/>
But 'Your Key' should be in Hexadecimal and 40 to 128 characters long.