Return Url is not working in asp.net

Posted by Sarathi1904 on Stack Overflow See other posts from Stack Overflow or by Sarathi1904
Published on 2010-04-01T00:26:46Z Indexed on 2010/04/01 0:33 UTC
Read the original article Hit count: 307

Filed under:

Hi,

Once the user is authenticated, i redirected to requested application. here requested application is different web application. using FormAuthentication.RedirectFromLoginPage() method. Login page(which is in app1) is requested by app2. so, authetication is done by app1. we should need to redirected to requested resource in app2.

ex

browser--->app2(home.aspx(unathenticated request so redirected to ))----->app1(login.aspx)--->(once authenticated)----->app2(home.aspx)

this is what i need? can you please help me?

© Stack Overflow or respective owner

Related posts about ASP.NET