Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagec#
protected void Application_OnPostAuthenticateRequest(object sender, EventArgs e)
{
  LyniconSecurityManager.Current.EnsureLightweightIdentity();
}