asp.net - How to transfer data between different web applications -
i have multiple web application in single solution. it's not possible use sessions transfer data between pages of these applications. how can in secure manner? thanks.
thanks answers. after more research found single sing on (sso) solve problem. read article "architectural approach of domain independent single sign on implementation asp.net applications." here:
http://www.codeproject.com/articles/106439/single-sign-on-sso-for-cross-domain-asp-net-applic http://www.codeproject.com/articles/429166/basics-of-single-sign-on-sso
Comments
Post a Comment