Why does my asp.net membership login page not work with a redirect?
I have this membership site setup on my local machine using the ASP.NET membership provider. When I go to: http://localhost/admin/ It redirects me to http://localhost/Login.aspx?ReturnUrl=%2fadmin%2fDefault.aspx Which is fine. But after I put in my login information, the page just seems to refresh. It doesn't actually log me in, ...