...
The <machineKey> element requires unique key values to be entered, these can be generated onĀ this url.
Also you need to add this line to Global.asax.cs:
Code Block | ||
---|---|---|
| ||
protected void Application_OnPostAuthenticateRequest(object sender, EventArgs e)
{
LyniconSecurityManager.Current.EnsureLightweightIdentity();
} |