ASP.NET MVC Login ReturnUrl always NULL?

Posted by aherrick on Stack Overflow See other posts from Stack Overflow or by aherrick
Published on 2009-05-06T03:24:35Z Indexed on 2010/04/03 19:53 UTC
Read the original article Hit count: 399

Filed under:
|
|

Using Forms Authentication in ASP.NET MVC when trying to log back into a site, it puts a ReturnUrl parameter in the query string. My Logon action method accepts a "returnUrl" string. However it seems that returnUrl string is always null, even when it is clearly in the query string. Any thoughts on why this might be the case or a possible fix?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about login