Click here to Skip to main content
15,907,183 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I've a usercontrol i.e. TopBar and in that UserControl i've a login Control and ask for username now i want if I entered login details from Application1 then it should also be accessible into Application2 i.e UserName because UserControl is same in both applications.
So suggest me the way
Posted
Updated 4-Jan-12 11:18am
v2
Comments
Rajesh Anuhya 4-Jan-12 8:57am    
Not Clear.

1 solution

If you are using asp.net as your tag indicates, then I believe you need to understand the concept of single sign on.
Check out these articles here on CP for information:
Single Sign On between sub domains : Forms Authentication[^]
Single Sign-On (SSO) for .NET[^]
How to Use Enterprise Single Sign-On (SSO) Database to Store BizTalk Configuration Settings[^]
Single Sign On (SSO) for cross-domain ASP.NET applications: Part-II - The implementation[^]
 
Share this answer
 
Comments
Wendelius 4-Jan-12 15:40pm    
Good links, 5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900