Hi,
I have followed the SSO KB on how to enable single sign logon.
However,
this delivers (and I'm nearly sure all the recommended settings are ok)
Exception type: NullReferenceException
Exception message: Object reference not set to an instance of an object.
at SmarterTrack.HelperClasses.Security.UserBase.Login(HttpContext context, String Username, String Password, Boolean isPersistent, String& Message)
at SmarterTrack.MRS.Main.HttpHandlers.UserFunctions.DoLogin(HttpContext context, JsonTextWriter w)
at SmarterTrack.MRS.Main.HttpHandlers.UserFunctions.HandleRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Request information: Request URL: https://somesite/HttpHandlers/Portal/User/login.ashx
Request path: /HttpHandlers/Portal/User/login.ashx
Please any tips you can give.
My site is .NET 4.5 and the machinekey and Forms authentication settings are according KB.