I have a web site I would like to log in to and display in a WebBrowser control by passing a username and password which the client desktop application already has.
What would be the best and most secure way to go about doing this?
Can I make a Web Service to authenticate and then somehow pass the Session to the browser control? I am using Forms Authentication.
Thanks