membership Questions

1

Solved

As I'm in the process of creating my first ASP.NET MVC 4 Internet application, I'm wondering how to best manage membership on the site. The app allows users to register and log on. I'm interested i...
Impedimenta asked 4/8, 2012 at 13:19

1

Solved

I've been looking around some time for a very simple implementation using DotNetOpenAuth to allow users to log into my application using their Google account, Yahoo account, or other OpenId. I've d...
Phidippides asked 7/5, 2012 at 18:15

1

Solved

I'm currently creating a website using Visual Studio 2010. I'm using the default membership schema in SQL Server 2008 for user authentication. Now I'm facing the following problem. When a user lo...
Tearoom asked 6/5, 2012 at 3:34

6

Are there any open source projects that provide a front end to asp.net membership provider? Something like the one visual studio exposes through it configuration, but one that can be deployed on pr...
Inconspicuous asked 4/2, 2010 at 14:4

3

Solved

I have created a custom MembershipProvider class, so far so good, however, I am not sure how to read the configuration settings from the web.config file. I tried to search from Google and Stackove...
Fascinating asked 8/6, 2010 at 11:26

3

(Django 1.1) I have a Project model that keeps track of its members using a m2m field. It looks like this: class Project(models.Model): members = models.ManyToManyField(User) sales_rep = models....
Inebriate asked 13/12, 2010 at 18:50

3

Solved

I implemented a custom Profile object in code as described by Joel here: How to assign Profile values? I can't get it to work when I'm creating a new user, however. When I do this: Membership.Cr...
Jezabelle asked 30/3, 2010 at 17:38

2

Solved

Does anyone use Windows Authorization Manager (AzMan) anymore for "greenfield" projects? If so, are there any benefits to using the technology in an ASP.NET application as a membership/role provide...
Thymelaeaceous asked 22/4, 2011 at 15:22

2

Solved

how can i use asp.net membership in ServiceStack ? (ServiceStack.OrmLite , ServiceStack.Host.AspNet , etc )

2

Solved

in asp.net, i use this config section to deny anonymous users for all pages. <authentication mode="Forms"> <forms loginUrl="~/Account/LogOn" timeout="2880" /> </authentication> ...
Diversified asked 10/10, 2011 at 13:54

1

Solved

I have an MVC application which has the (simplified) structure as below (left-to-right) UI -> CONTROLLERS -> SERVICES -> REPOSITORIES -> DATABASE We've attempted to keep each layer decoupled from...
Sisyphean asked 6/10, 2011 at 11:17

2

Solved

I would like to change password in database manually, but I am not sure what exactly I need to change and which methods to use. I would change it via code but currently I have only access to db.
Disabled asked 5/9, 2011 at 8:55

2

Solved

Designing a new application in asp.net 4 I have to make a decision how to use a MS SQL Membership API along with my own data in the MS SQL data base. Firstly I need to store and access user profile...

3

Solved

I've written a custom MembershipProvider that works really great except one little thing, I'd like to extend the MembershipUser class a bit. The default looks like this: MembershipUser member = n...
Dingo asked 29/4, 2011 at 14:57

2

Solved

I try to implement a Custom MembershipPriver with a Custom MemberShipUser in my own database (with a specifics Users Table Model) : This is ly diffent files : iTwitterMembershipProvider.cs using...
Amersham asked 5/4, 2011 at 17:36

3

For some reason, the idea of setting up Membership in ASP.NET MVC seems really confusing. Can anyone provide some clear steps to setup the requisite tables, controllers, classes, etc needed to hav...
Mchugh asked 13/7, 2009 at 20:6

4

Solved

how could I efficiently do collection membership checks in Javascript? I have a potentially large array of strings and I need to verify if a given string is a member of the array. Initially I thou...
Anchylose asked 8/3, 2011 at 11:29

2

I have a problem with ASP.NET web configuration file. I want to deny some users or roles to accessing a specific PDF file. I am using ASP.NET membership and role management system. So I added this ...
Bowstring asked 3/3, 2011 at 7:56

3

Is there a way of listing which roles have access to a given page via code? Example, I have a Testpage.aspx, and I wanted to list the roles allowed for this page when a user accesses the page. The...
Crocus asked 6/8, 2010 at 18:45

3

Solved

I want do a "GetUsersInRoles", i.e. I want to find all MembershipUser's having at least one of the roles in a set of roles, but I can't seem to get my head around this one. I've got GetUsersInRole...
Vitriolic asked 2/1, 2011 at 20:56

1

Solved

I am developing a website that uses Facebook. Now for managing users I thought of using MembershipProvider and chose to develop a custom membership provider. My problem is that my database schema d...
Greenes asked 2/1, 2011 at 5:33

2

Solved

Whats the best way to log out a user when a session ends or expires? Thanks for any help.
Amid asked 10/12, 2010 at 22:31

5

Solved

I may be mistaken, but the basic explanation I've found has been that the union can't initialize because it doesn't know which member's constructor to call. The compiler can not automatically gener...
Trisyllable asked 9/12, 2010 at 10:9

6

Solved

I'm building a new website and a friend suggest to me to use the asp.net membership for the authentication process (login, registration, password recovery, etc..). I saw that everything is stored ...
Aculeate asked 23/11, 2010 at 11:32

3

Solved

I am creating my own website and blog and I want for first time just me in database (my name and password) and maybe later some registration for others but first log in just for me and administrati...
Accustom asked 15/9, 2010 at 12:18

© 2022 - 2024 — McMap. All rights reserved.