asp.net-membership
independent authenticated sessions with ASP.NET MVC 2 and Areas
i am developing a little CMS website (frontend area) where users can see news, explore products, etc and in the same site i have a backend area where CMS\'s content and ERP features are managed, this[详细]
2023-04-01 05:13 分类:问答.NET MemberShip Update Problem
I am having problems updating the MembershipUser.IsApproved field. I have the following code in the POST view of my content page.[详细]
2023-03-31 12:37 分类:问答I implemented custom authentication but how to get UserID through application
I implemented custom authentication/authorization based on this tutorial http://www.mattwrock.com/post/2009/10/14/Implementing-custom-Membership-Provider-and-Role-Provider-for-Authinticating-ASPNET-MV[详细]
2023-03-31 12:16 分类:问答SQL Server Compact 4 as membership provider in ASP.NET MVC3
I have created an ASP.NET MVC3 (Razor) web application, and replaced the membership provider with the universal membership provider by MS, installed via NuGet, and the MDF database with a SQL Server C[详细]
2023-03-31 07:21 分类:问答Using ASP.NET Membership Provider with an existing user database
I\'m currently re-w开发者_开发技巧ritting an entire website in .Net. The current website is written in foxpro and uses custom logic, validation rules, and Sql server tables to store and authenticate u[详细]
2023-03-31 01:06 分类:问答asp.net Session timeout issue
got a problem with my asp.net mvc project timing out after only a couple of minutes.It\'s especially annoying because I\'ve got quite a complex upload and import procedure which falls over when i 开发[详细]
2023-03-30 19:58 分类:问答AspNetSqlMembershipProvider less complex password reset
I\'ve inherited quite a complex ASP.NET website, which uses AspNetSqlMembershipProvider member authentication.There\'s a reset password feature on the site which resets a users password and emails it[详细]
2023-03-30 11:42 分类:问答Access User details in membership of Asp.Net MVC application
I am using the default membership authorization that is created when you start a new project in VS for MVC 3. When a user is registered (either if I do it for them in the Administration page or if the[详细]
2023-03-30 11:21 分类:问答ADAM and Azman with ASP.Net forms authentication
Has anyone been able to make ADAM/Azman work with ASP.Net forms authentication. The default ADAM role provider works only with AD Domain users. And every single article I have read says that you need[详细]
2023-03-30 10:40 分类:问答Choosing a Model for Storing Complex Dynamic User Profiles/Settings
Here\'s the layout: I\'m developing an internal ASP.NET Web App (in VB.NET) with an SQL Server Database.[详细]
2023-03-30 01:06 分类:问答