I developed one web site. And called the web site through windows form application with the help of web browser control. I used login control from asp.net in the web site for login process.
I want to avoid the authentication process of login control when web site is called from the windows forms application.
how to do this?