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
Answers (2)
0
Hi
I think this link might help you
https://github.com/google/google-api-dotnet-client/issues/1041
or else try installing some older version
https://www.nuget.org/packages/Newtonsoft.Json/10.0.2