Setting a Forms Authentication cookie from a .NET client application
Posted
by Jon DellOro
on Stack Overflow
See other posts from Stack Overflow
or by Jon DellOro
Published on 2010-05-11T23:54:21Z
Indexed on
2010/05/12
0:04 UTC
Read the original article
Hit count: 313
We currently have a .NET 2.0 web app that uses forms authentication via cookies. Associated with this web app is an old VB6 client application that has its own login system.
Currently, the users have to login to the VB6 app, and then when they click on a link, need to authenticate themselves again with the .NET forms authentication system.
I'm wondering if it's possible to create a client side .NET application, give it the username and password, and set the forms authentication cookie (without the browser being opened).
Is that possible??
© Stack Overflow or respective owner