Sharing authentication b/w two apps

Jun 10 2011 8:12 AM



I'm having two forms authentication based applications hosted as different site in IIS.
As per the requirement, I want to show some of the pages (second app) from One application to the application(first app) by using IFrame. The two web applications are built in ASP.net MVC 2.0 and .net framework 3.5.

Now,if the user logged in one application (First app), i don't want ask the user loggin again in the other application(second app)
and we are not using SSO.

Its a kind of sharing authentication information between two different web apps.

Can you guys suggest me the best way to achieve this?




Answers (5)