We have a non-SSL ASP.NET web app that allows a user to login (ASP forms authentication, inproc). Once authenticated, we redirect their browser to an external, SSL secured page on another web site /
Hopefully you folks can clarify some of this for me.I have a web-applicatio开发者_StackOverflow中文版n using the Sql Membership Provider and it talks to a second web-application through a WCF Service.
ASP.NET provides a basic set of Login Controls that integrate with the ASP.NET Membership and Forms Authentication providers. I wouldn\'t mind being able to skip re-inventing the wheel on this kind of
This question is related to ASP.NET Forms Authentication without Redirect only I cannot get it to work.MVC 2 changed its script files and they are now gotten as listed here:
What is the best way to detect when a redirect to the login page occurs due to a forms authentication timeout in order to displ开发者_开发技巧ay a meaningful message?
I\'ve a web site that uses forms authentication. For the most part, my web site requires authentication to do anything. My privacy statement page is an exception and has to be accessible to anonymous
I\'m building a site and doing all my tests on the built-in development server of Visual Studio. Things were working just fine but at some point my site stopped using cookies after logging in using fo
In my MasterPage code-behind I try to get UserID of the authenticated (if it has) one: public Guid CurrentUserID
When a users login token has expired (ie. they have been logged out) on a page that has AJAX enabled content, if they select a AJAX link on the page it will appear to complete succesfully. However thi
I need to be able to login to my gmail account, then i get cookies and will have access to other google services. But i can\'t login to my gmail(or any goolgle) account. I found some posts on this sit