My authentication stopped working all of a sudden and recent backps do not seem to do the trick. Can any of you see what is wrong, at the loginpage I verify the user and assign the user the "admin" role like this:
if (!Page.User.IsInRole("admin") && !Page.User.IsInRole("user")) Response.Redirect("admin_pages_default.aspx");
This evaluates to true and I'm redirected to the loginpage