I have a problem with a standard iis installation document. On my site (http: // mysite) I provided the default document as the login page. When a user enters a URL (http: // mysite), he redirects the user to the login page, but does not display the full URL (http: //mysite/login.aspx). It appears that, by default, the document executes server.transfer, not response.redirect. Because of this, when the user enters his credentials, and then click "Login," he redirects them again to enter the system and from there it works fine. Therefore, the user must enter their credentials twice.
My application is developed on .NET 3.5.
Is there any way I can achieve response.redirect.
Punit
source share