I have a page that when you press \'log out\' it will redirect to the login.aspx page which has a Page_Load method which calls FormsAuthe开发者_StackOverflow中文版ntication.SignOut().
I am developing an ASP.Net MVC 2 application as a composite application in SalesForce.com. For those not familiar with SalesForce.com it is a CRM platform on the internet. What the composite applicati
We have a simple ASP.NET app tha开发者_如何学运维t uses the ASP.NET SqlMembershipProvider and all is great.
We\'ve been investigating this issue for a week now. We have two applications deployed in two servers.
I\'m trying to seamlessly log in the user without prompting for credentials as part of a <asp:Wizard> process. My strategy is to handle the NextButtonClick event and login the user in code. I al
I have recently been prototyping an application using WPF and Client Application Services.I am trying to use all three features of the Client Application Services : Forms Authenticiation, Role Securit
I have an ASP.NET website with two different sections, root website and an /Admin sub-folder. I wan开发者_运维技巧t to have two different forms authentication/login pages for them. /Admin folder shoul
This seems simple and I remember doing it a couple of years ago. I simply want to display a message on the login page when the user is automatically redirected there after requesting a page that they
I\'ve created a login on my website using forms authentication, I do not understand why after creating the ticket and adding it to the cookies
I have a main login for my client facing website configured with ASP.NET membership. I also have a secondary login for my admin backoffice called /admin