I do some postdata handling on my webpage, but need some help with the redirecting.
How can i redirect as the code below does not work? I've breakpointed it and it enters RedirectToRoute
function but goes to the return :(
if (Session["auth"] != null)
RedirectToRoute("/Home");
return null;