B
bill
I need to open a asp.net web form from a classic asp page, and pass a
username and password to the asp.net page. The username and password exist
as session variables in the classic asp application.
I can't put the password in the classic asp page form as a hidden field and
submit it, because someone can view source and see the password.
This is a security problem I encounter in a mixed classic asp and asp.net
environment. I don't want to force the users to log in again when they
access the asp.net pages, but how can I transfer the login information from
classic asp to asp.net, without exposing the password? The client doesn't
want integrated security, which would fix everything.
Thanks
Bill
username and password to the asp.net page. The username and password exist
as session variables in the classic asp application.
I can't put the password in the classic asp page form as a hidden field and
submit it, because someone can view source and see the password.
This is a security problem I encounter in a mixed classic asp and asp.net
environment. I don't want to force the users to log in again when they
access the asp.net pages, but how can I transfer the login information from
classic asp to asp.net, without exposing the password? The client doesn't
want integrated security, which would fix everything.
Thanks
Bill