F
Filippo Pandiani
Hi there,
I am looking for a clean solution that will allow me to share critical info
(like username and password) values between separate DLL application.
Here is my scenario:
[Site.dll] contains the main page with the logon fields "txtUserName" and
"txtPassword".
[Engine.dll] contains the code where I check the credentials of the user
that tries to log in.
So, I wonder how can I pass the values "user" and "pwd" without using the
QueryString (therefore avoiding to show the actual password on the URL).
Any Gurus out there ????
Thanks,
Filippo.
I am looking for a clean solution that will allow me to share critical info
(like username and password) values between separate DLL application.
Here is my scenario:
[Site.dll] contains the main page with the logon fields "txtUserName" and
"txtPassword".
[Engine.dll] contains the code where I check the credentials of the user
that tries to log in.
So, I wonder how can I pass the values "user" and "pwd" without using the
QueryString (therefore avoiding to show the actual password on the URL).
Any Gurus out there ????
Thanks,
Filippo.