how do I pass variables between web sites in asp.net
I need to pass a user name and password from one website to another (securely) without using query string or encryption. However, if encryption is the best way, then I can not find any code that make sense to me to do it. Can anyone help me with this?
Thanks,
CD Smith