Skip to main content
Hi,

While running K2Login Page, its throwing the error like

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:
Line 78: connstr = connstr.Replace("[Password]", txtPassword.Text);
Line 79: Session["K2ConnectionString"] = connstr;
Line 80: Response.Redirect(Server.UrlDecode(Request.QueryString["ParentPage"].ToString()));
Line 81: //Response.Redirect("SubmitNewTest.aspx",true);
Line 82: }


regards
mani. 😞
Are you using Active Directory as your user manager? If so, you do not need to display the Login page to the user. Integrated Windows Authentication will be used to validate the user.

Regards,
Ockert
Did you configure K2.net to run with the SQL User Manager? If not browse directly to http://IISServer/K2V3/Worspace/Workspace.aspx

Reply