ASP.
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 membershipI'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-sessionWhat 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 webmatrixI need a good logout code block for asp.net. Currently after you logout you can hit the back button …
asp.net asp.net-membership membershipI 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-membershipI'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-membershipI'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 membershipI 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-controlI 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 membershipI'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