DotNetGnat
Programmer
Guys,
I have an asp.net application that uses forms authetication and AspNetSqlMembershipProviderRelaxed provider. No problems with this application.
I have another application...its a J2EE application...I have a link on one of the Jsp pages that opens a new window and tries to show one of the pages of the asp.net application...
But since this page is protected, I am trying to first authenticate the user so that the page can be displayed instead of redirecting the user to the login page...
The user name and password are same for both the applications...
any suggestions on how to authenticate the user first and open the desired page...
thanks in advance...
-DNG
I have an asp.net application that uses forms authetication and AspNetSqlMembershipProviderRelaxed provider. No problems with this application.
I have another application...its a J2EE application...I have a link on one of the Jsp pages that opens a new window and tries to show one of the pages of the asp.net application...
But since this page is protected, I am trying to first authenticate the user so that the page can be displayed instead of redirecting the user to the login page...
The user name and password are same for both the applications...
any suggestions on how to authenticate the user first and open the desired page...
thanks in advance...
-DNG