Automated login on ASP.NET website with C#
Posted
by user293995
on Stack Overflow
See other posts from Stack Overflow
or by user293995
Published on 2010-04-23T12:24:40Z
Indexed on
2010/04/23
12:33 UTC
Read the original article
Hit count: 253
Hi,
I have to login with a username / password with a c# program with asp.net form.
I have already do that with HttpUtility on PHP website but how to do that with ASP.NET website ?
In ASP.NET, I must handle postback and so on... Any ideas ?
Thanks in advance
Best regards
© Stack Overflow or respective owner