Is there any way to not use the <machineKey> and instead provide my own key at runtime.
Trying to find a way to read the key from say a SQL database or any centralized store and provide it to FormsAuthentication somehow.
Is there any way to not use the <machineKey> and instead provide my own
Share
This seems to not be possible. I switched to Windows Identity Foundation.