membership
Membership.GetUser or Profile.GetProfile?
Whats the different between Membership.GetUser and Pr开发者_运维百科ofile.GetProfile if i wants to return a specific users information?Membership and Profile are two completely different things.The Me[详细]
2023-03-22 10:31 分类:问答ASP.NET Role based access
I have the following site structure: What I\'d expect this to do was to deny anyone who isn\'t a logged-in user with the RegisteredUser role, except on Reset.aspx and Validation.aspx, where it woul[详细]
2023-03-22 08:29 分类:问答Migrating from SqlMembershipProvider to Custom Provider
Here\'s the scenario: I have used default SqlMembershipProvider to implement membershp on a website. Now I\'d like to migrate to my custom membership provider. (FYI the provide I use is CodeFirst Memb[详细]
2023-03-22 06:21 分类:问答Custom membership provider get current login user
I have little problem, I implement my own membership provider and it works fine. I added userid to articles by this code in controller:[详细]
2023-03-22 03:58 分类:问答Best practice for using ASPNETDB in combination with another database
Need to add users/roles etc to my web application.I want to use aspnetdb, because other web applications will need the same thing.I do not want to merge these tables into my db, either for the same re[详细]
2023-03-20 16:13 分类:问答Authenticate Ignite Openfire users against ASP.NET membership?
I was wondering if there was any simple way to authenticate Openfire users against my existing ASP.NET membership? I see that Openfire has a custom database integration guide here[详细]
2023-03-19 12:35 分类:问答ASP.NET Role Manager Feature Has Not Been Enabled
I\'m trying to create a routine in my asp.net\'s main page that will see if the current user is a member of a Windows domain group. The site is hosted in IIS and is visible through our intranet.[详细]
2023-03-18 05:27 分类:问答Membership System For Website and IOS application
I am currently making an app and website. Is there a system around that will integ开发者_开发知识库rate with Joomla website AND an ios application (android would be a plus!). This system would need to[详细]
2023-03-16 19:07 分类:问答ASP.NET Membership profile default value
MSDN is rather vague regarding this attribute. The custom data string can be set to any string value and is set using the[详细]
2023-03-16 03:22 分类:问答TransactionScope with Membership and Roles calls in same block (way to use only one connection?)
I have calls to the Membership API and the Roles API in the same transaction scope. I\'ve read that opening more than one connection causes escalation r开发者_如何学Goequiring distributed transactions[详细]
2023-03-11 16:13 分类:问答