Hey,
I have 2 applications, one of which uses the dotnetnuke framework.
In the application that uses regular asp.net 3.5 and vs2008 (App#1),
I am doing crossappsredirect with forms authentication. So when a user
request a page from the dotnetnuke site (App#2), then they are redirected to
App#1's login page, and if they are successfully authenticated ... they are then redirected
back to App#2.
The only problem is that, once the user is redirected back to App#2 ... they are an actual logged in user
as set up previously in the admin section in DNN. App#1 uses asp.net membership but the database are separate.
So both use asp.net membership, but different databases. How can I prevent the user from actually being logged on to the
DNN website once successfully logged in the non-DNN website.
Thanks