Interview Question in Asp.net 2.0


 

Interview Question :: ASP.NETautomatically adds return URL when the browser redirected to the login page.how to remove it

Asp.net 2.0 automaticcaly adds return url property when doing a sighout. I want to remove the return url property feature when i use the method FormsAuthentication.RedirectToLoginPage.

How to achieve it. am using forms authentification in asp.net 2.0.
by ksk