I want to redirect to page based on the role...,
Im using Role manager in Web.config
here is my Web.Config file:
aspx.cs Page:
if(Roles.IsUserInRole(Login1.UserName,"TCS1249"))
{
Login1.DestinationPageUrl = "~/Forms/sheet/TsReviewerView.aspx";
}
Im getting the error
"Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'."
need immediate help pls...,
Replies
Know the answer? Post it — somebody with the same question will find it here.