Top "Asp.net-membership" questions

ASP.

Using one Asp.net Membership database with multiple applications Single Sign On

I have two asp.net applications on one IIS server and I would like to use the same back end …

asp.net asp.net-membership membership
how to logout the user from my asp.net application?

I'm using custom code to login and logout the user in my web application. on click of the login button, …

c# asp.net asp.net-membership asp.net-profiles asp.net-session
MVC 4 template with custom membership provider

What I'm wanting to do is use the default MVC 4 template that just shipped with Visual Studio 2012 as base for …

asp.net-membership asp.net-mvc-4 membership-provider webmatrix
ASP.Net logout code block

I need a good logout code block for asp.net. Currently after you logout you can hit the back button …

asp.net asp.net-membership membership
ASP.NET Membership/Role providers for MySQL?

I am not at all familiar with ASP.NET membership/roles. This is my first time using it, and my …

mysql asp.net-mvc authentication asp.net-membership
Generate ASP.Net Membership password hash in pure T-SQL

I'm attempting to create a pure t-sql representation of the default SHA-1 password hashing in the ASP.Net Membership system. …

asp.net tsql sql-server-2008 hash asp.net-membership
programmatic login with .net membership provider

I'm trying to unit test a piece of code that needs a currently logged in user in the test. Using …

c# .net unit-testing asp.net-membership membership
How does Membership.ValidateUser method access a database?

I wanted to build a membership system at the beginning of my MVC project and I used Membership.ValidateUser method …

c# asp.net-mvc asp.net-membership login-control
ASP.NET Application to authenticate to Active Directory or SQL via Windows Authentication or Forms Authentication

I am in the process of writing an application that will need multiple forms of authentication. The application will need …

asp.net sql active-directory asp.net-membership membership
How can I get UserName or UserId from loginName control?

I'm wondering is there any way i could get UserName or UserId for current User from LoginName control in ASP.…

asp.net asp.net-membership username userid