How to log in programmatically?
How can a user log in by pressing a button only (without typing name and password)?
We have so called guest account in our site with known name and password and we want anyone can login by guest user without typing name and password. I tryed using MembershipProvider.Validate() (and other code) but as a result I always got login page instead of guest page.
Thanks.