Does adding a machinekey in the system.web of your web.config cause any performance problems?
I added something like this to my web.config:
<system.web>
<machineKey validationKey="aaa"
decryptionKey="bbb" validation="SHA1" />
</system.web>
and now it seems to run quite a bit slower. I am using firebug to see how fast the page is loading.
I ended up with this problem after this issue
Note: this is not the actual machine key I am using. I have a proper machine key.
Create a proper machine key and see if that works better:
machineKey generator
The answer is no, it will not cause a performance problem.
I found out my problem was elsewhere
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With