how to auto log onto form authentication from desktop app
Posted
by user156144
on Stack Overflow
See other posts from Stack Overflow
or by user156144
Published on 2010-04-05T22:17:35Z
Indexed on
2010/04/05
22:23 UTC
Read the original article
Hit count: 275
form
|authentication
I have an asp website that uses form authentication to protect certain resources. I am developing a desktop winform application that accesses the protected resource. How do I take id and password from user on the desktop app and pass it to the site? I initially thought WebRequest.Credentials can be used to achieve this but I was wrong.
Thanks!
© Stack Overflow or respective owner