membership
Moving ASP.NET Membership Data to Production
All, We have a ASP.NET application working on our staging server/DB. The application works fine. We are using ASP.NET Memebership/Roles, etc.[详细]
2023-02-17 13:01 分类:问答MySql .net connector Membership Provider defaulting MinRequiredNonAlphanumericCharacters
I just downloaded and installed the most recent开发者_如何学Python MySQL .net connector, 6.3.6 and it connects to the DB just fine. My problem is with the web.config settings I have set for it. It see[详细]
2023-02-15 18:52 分类:问答Is it possible to share an existing asp.net applications membership database with sharepoint 2010's, when using Forms based authentication
I am trying to integrate an existing asp.net application with sharepoint 2010. I would like to be able to have a logged in user on the application access a document library via an Iframe on the sharep[详细]
2023-02-15 14:12 分类:问答Do I have to use "ASP.net Configuration" tool to manage users?
I was just going through the new MVC Music Store tutorial at asp.net.One of the l开发者_开发知识库ast steps is to add \"Membership and authorization\".The tutorial has me launch a configuration tool t[详细]
2023-02-15 05:53 分类:问答Is it possible to simulate the experience of a unique user through code in a c# ASP.net web application?
we have an ASP.net web application running on IIS7.We have multiple users, but we don\'t always know their password.Here\'s what we\'d like to be able to do:[详细]
2023-02-15 04:04 分类:问答Authentication & Authorization system
Im designing a application in .net and now im comming to the point when i have to decide what would be the best authentication method. The applicati开发者_运维技巧on has one public Web site Client and[详细]
2023-02-14 00:45 分类:问答Trying to deploy Asp.Net Memebership database to SQL Azure
I\'ve been trying to get the ASP.net member ship proveider to work with the rest of my databse which is hosted in SQL Azure. I\'ve run the appropriate SQL Azure specific scripts against the database t[详细]
2023-02-11 04:16 分类:问答ASP.net Memberships Force User Offline (as admin)
I am looking for a way to distroy the ASP.net memb开发者_如何学运维ership session for a specific user.The reason I am doing this is as an admin I want to delete a user. This works fine, but if the use[详细]
2023-02-08 22:33 分类:问答ASP.NET MVC Membership GetNumberOfUsersOnline returning incorrect value
I have the following line in a Controller ViewData[\"UsersOnLineNow\"] = Membership.GetNumbe开发者_如何转开发rOfUsersOnline().ToString();[详细]
2023-02-08 16:28 分类:问答How to check if password answer matches what is provided by a user in ASP.Net
I simply want to know how to manually check if the value a user has provided for the answer to their security question matches their current answer on record.I want to use the build in support of the[详细]
2023-02-07 18:54 分类:问答