I'm trying to redirect the users to home page after to log in. I've already added default target URL in the web part also in the template, I tried also by code else if (!String.IsNullOrEmpty(DefaultTargetUrl))
{
redirectUrl = ResolveUrl("~/Compliance.aspx");
}
I also add a new domain alias with a default alias path but nothing is working.
↧