Is there any way (Via IFRAME or something like that) to enable me browse to 2 different pages on the same browser on 2 different accounts in the ASP.NET membership?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is not so much an ASP.Net authentication issue as much as a cookies issue, as the browser will always send the same cookies when on a single domain. Perhaps you could have an alternative url for your site so that a 2nd page can log in with this different account?