I have a .NET 2.0 web application that uses forms authentication. Is there a way to get at the username and password. I need to reuse the username and password for a web service's credentials.
Printable View
I have a .NET 2.0 web application that uses forms authentication. Is there a way to get at the username and password. I need to reuse the username and password for a web service's credentials.
save them in Session and passed it to web service as encrypted parameter when needed !!
You have a web service that uses forms authentication? Why?