Posted on: 4/1/2011 6:40:59 AM | Views : 862

Hi all,
I have a password protected web site developed in c#. I'm using .Net membership for login process. Obviously the very first page that gets hit is the login page. I want to add page(s) that can be viewed by particular users without them loging into the website, kind of a public area outside the secure zone. So something along these lines: if the querystring contains a specific string then auto login the user and redirect them to x.aspx.
What is the best and most professional way of implementing this senario?
Thanks for your help
...

Go to the complete details ...