On my local dev machine when I click logout it goes here:
login.aspx?ReturnUrl=%2fdefault.aspx%3f
On the test server it goes here
login.aspx?ReturnUrl=%2f
And for some reason the user has to login twice. But, only on the test server. Any ideas? What determines the ReturnUrl? Any idea about the twice login? Thanks!
Go to the complete details ...