[RESOLVED] Transfer login info from one server to another
Hello Everybody,
I have one website running on one server and another web application running on another server. My web application asks for username/password to login into the system. I need to put a username/password field on my website so that user can directly login from website. Is there a way to transfer these username/password values to the web application running on another server?
Thanks.
Re: Transfer login info from one server to another
Hey,
I think what you are referring to is the concept of Single Sign On (SSO). If you do a google search for "ASP.Net SSO", you will find lots of information about how to set it up.
Gary
Re: Transfer login info from one server to another
Yes exactly, this is was I was referring to. I was unfaimiliar with the terminology.
Thanks.
Re: [RESOLVED] Transfer login info from one server to another
Hey,
Not a problem.
Let us know how you get on with this.
Gary