If I drop a System.Web.UI.WebControls.Login onto a page, should it redirect to the ReturnURL by default? Or do I have to set some config settings or write some code to make this work?
If I drop a System.Web.UI.WebControls.Login onto a page, should it redirect to the ReturnURL
Share
Short answer: No.
Full MSDN source
According to this blog post, it apparently also factors in whether the page with the login control is the LoginURL specified in web.config. It states: