Membership providers provide the interface between Microsoft ASP.NET's membership service and membership data sources. ASP.NET 2.0 ships with two membership providers: SqlMembershipProvider, which stores membership data in Microsoft SQL Server and SQL Server Express databases ...

learn more… | top users | synonyms

0
votes
0answers
9 views

how to make simple membership provider from empty web application template in asp.net mvc 4?

How to make simple Membership provider from empty web application template in ASP.NET MVC4 I searched a lot on google, bing and many others, but I din't get positive responce about membership ...
0
votes
0answers
24 views

How to manually encrypt and validate password in membership type System.Web.Providers.DefaultMembershipProvider

I have ASP .NET MVC 4 websites which uses default membership provider, the website works fine, now I am developing a separate WCF Rest service to expose the existing DB to android app, below is the ...
0
votes
0answers
18 views

ASP.NET Authentication Service doesn't works when get published

I am developing an asp.net web project and I use ASP.NET authentication service for it's security system. As you know, asp.net self, creates aspnetdb for it's membership and role provider. Nothing was ...
0
votes
0answers
37 views

why in mvc 4 delete user from role not take effect immediately?

i have mvc4 project that I configured custom membership and custom role provider I'm in testing process I noticed that when I delete or add user from to role the effect of change role not ...
0
votes
0answers
14 views

Membership.GetUserNameByEmail NotSupportedException

I want to check for a duplicate email addresses on my registration page before registering a user. The email address is not the username, it's a separate field in the registration form. Problem is ...
0
votes
0answers
22 views

Custom Membership Provider with Areas

I'm a little new to ASP.NET and I want to create a web site with ASP.NET MVC 4 where I have 4 Areas : Member Area , Admin Area, User Area and a Agency Area. The problem is that I want to make an ...
0
votes
0answers
14 views

MVC4: model backing the 'SisContext' context has changed since the database was created. Consider using Code First Migration to update database

I asked this question before as well but I'm posting it again, hoping may b i can get help Here it goes When I try to Login with details that are available in database(SIS) I get this error. The ...
0
votes
0answers
10 views

The model backing the 'SisContext' context has changed since the database was created. Consider using Code First Migrations to update the database

When I try to Login with details that are available in database(SIS) I get this error. The model backing the 'SisContext' context has changed since the database was created. Consider using Code First ...
0
votes
2answers
25 views

In C# Code first membership provider package, MembershipProvider could not be found error. Reference missing?

I created project with name Sorama.CustomAuthentication in that project I installed a package called c# CodeFirst Membership Provider via nuGet package manager. You can see the reference that has been ...
0
votes
1answer
26 views

Understanding the CreateUser method of MembershipUser

In the following method which comes from MembershipUser class public override MembershipUser CreateUser(string username, string password, string email, ...
0
votes
2answers
30 views

ASP.NET MembershipProvider - SQL Server vs. Active Directory

There are several option for storing the users info when dealing with ASP.NET Membership providers. I would like to ask if they are comparable in terms of performance. Especially of ...
0
votes
1answer
18 views

Using custom membership provider in a wcf service error

I have an asp.net mvc 4 web application where I have created a custom membership provider (inheriting from MembershipProvider base class). In the same solution but in another project I have a wcf ...
0
votes
0answers
17 views

How to add Members in the Internal Network (Intranet system) to ASP.NET Role Manager?

I am creating an application where I have to give both Windows Authentication and Forms Authentication. I am doing it using MVC3 and SQL 2008. I am planning to host them seperately to make the ...
-1
votes
0answers
24 views

Asp.net Membership Provider issue with connection string ApplicationServices

I have created a web site in ASP.net 4.0 (Visual studio 2010) and SQL 2008. I moved my website to production server (On server I have sql 2005 and Visual Sutdio 2005) Now In login page on Login ...
-1
votes
1answer
31 views

How to manage multiple roles and users in MS Access 2010 application?

we have to build an application solely using MS Access all the forms have to be designed in MS access and DB is also in MS access. what will be the best way to implement such an application.
0
votes
0answers
13 views

ASP.NET Create users with specific ApplicationId in Membership provider

It's there a way to create a MembershipUser with a specific ApplicationId? I'm using Membership Provider with MySQL and i want to create a method that receives a username, password and a application ...
1
vote
0answers
22 views

Internal login with mysql membership provider on MVC 3

I have a MVC3 project with mysql membership provider and entity framework. It's there a way to perform a user login from code? I mean... a method that allow me to login with any user of my site only ...
0
votes
0answers
11 views

Alter default membership provider model definition

We are using the System.Web.Security.DefaultMembershipProvider on our project and we’ve hit a wall. This particular implementation of the MembershipProvider contract uses a hard coded model ...
2
votes
0answers
38 views

Intermittent issue with YafMembershipProvider - Configuration Error reported in web.config

I have an intermittent issue with Yet Another Forum.NET where the forums just go down. It's usually at least a week between occurrences, usually more. The last for the site happened 30th April, then ...
0
votes
1answer
31 views

Default Role Provider could not be found on IIS 7 running .NET 4

Good morning all, I am attempting to implement my custom membership and role providers in my web application that I have implemented under the Default Web Site in my instance of IIS 7. My web ...
0
votes
1answer
44 views

A Custom Membership Provider *Without* a Database?

I've been looking around various SO questions, blog posts, and so forth regarding the changes to membership providers in MVC 4. While I like many of the changes and the simplification of things ...
0
votes
1answer
28 views

ASP.NET Membership: “Attribute not recognized 'hashAlgorithmType'” (SHA256)

I want to use SHA256 as the hashalgorithmtype in my Membership Provider instead of the default SHA1. <membership defaultProvider="AspNetSqlMembershipProvider" hashAlgorithmType="SHA256"> ...
0
votes
1answer
28 views

ASP.NET Membership Provider logging out when passing query string

I'm using ASP.NET Membership Provider. My problem is that when a user is logged in, clicks to go do a different page and passes a query string in the process, when they reach the new page with the ...
0
votes
1answer
31 views

membership provider using ravenDB

I'm trying to implement .net membership provider which uses ravenDB. I already set raven db inside my mvc4 application and I think I'm setup correctly membership provider for use ravenDB except ...
0
votes
1answer
53 views

Testing Password format

Ok I am writeing a test for a membership password change. The code below is what I have so far. I need some assistance to check the password format. Min char length is 7 and max length is 8. Also ...
0
votes
1answer
55 views

Set Page to redirect after login in aspx

I use a System.Web.Security.MembershipProvider to do my login-stuff on my aspx-Page. My default page is stored in Pages/Default.aspx. I defined this page as default page in iis. When I call my page ...
0
votes
1answer
34 views

Web Security Membership & Database Permissions

I am trying to deploy my site to 123reg but having difficulty with database permissions. I see other people have similar issues, but they all seem to be using entity framework with DBContexts, whereas ...
0
votes
1answer
45 views

ASP.NET MVC - Store User in RavenDB

What would be the best way to extend the ASP.NET MVC 4 Internet Application such that the Register ActionMethod in the AccountController saves a User object to my RavenDB instance? I would also like ...
0
votes
1answer
264 views

How do I use my own database with SimpleMembership and WebSecurity? What is MVC4 security all about?

I've read everything on this topic I could find, including MSDN articles and SO posts, but I'm still very lost and confused. Questions Please answer the following (briefly, if possible): What is ...
0
votes
0answers
27 views

Umbraco: assign member type dynamically

How can I assign the correct provider/ member type to a new member created in code behind? I have 2 types of Members in my umbraco. I want to create multiple members dynamically and need to choose ...
0
votes
0answers
16 views

.net 4.5 Web.Security.Membership.Providers remove throws system.notsupported exception. Why?

In order to get a better understanding of how to wire in auth functionality in .net MVC4 application, I thought I'd take apart the website that the 'Internet Application' template produces. ...
2
votes
1answer
46 views

ASP.NET Membership: Custom Profile Inheritance

I'm using ASP.NET MVC4, I've setup a custom profile class as described in this article about universal membership providers public class CustomProfile : ProfileBase { public DateTime? Birthdate ...
0
votes
0answers
33 views

Custom Membership Provider for multiple project

I'm implementing custom membership provide using default ASP.NET Membership provider.Now i have this problem. In here 1 User Login.User allocated to Several projects,The problem is Users rights needs ...
0
votes
1answer
76 views

Why CustomRoleManager Initializer not run in Web API?

I created custom membership and custom role provider follow exact same this link: for custom membership: http://msdn.microsoft.com/en-us/library/6tc47t75(v=vs.100).aspx more info: ...
0
votes
1answer
26 views

Out-of-box membership provider for asp.net

Is there any out-of-box membership provider for asp.net? or is there any tutorail for createing one? my problem is that i cant do any change to asp.net membership and i need some change on it ...
1
vote
1answer
14 views

Mapping nJupiter to a internal LDAP server

I am trying to use nJupiter LDAP Membership provider for an internal Tivoli based LDAP server. I can log on with the userid, which in our case is a combination of country code and serial #, but would ...
1
vote
1answer
80 views

How to use default membership provider when MVC is communicating to db through WCF?

My MVC application is consuming a WCF service to interact with the database. That means, a controller action is calling a WCF operation to perform SELECT or CRUD operations in database. However, I ...
-4
votes
1answer
168 views

CREATE DATABASE permission denied in database 'master' [closed]

i am getting following error when i run my application on domain server. the application runs fine in local machine. Please help. Thanks in advance CREATE DATABASE permission denied in database ...
0
votes
1answer
291 views

asp.net mvc 4 websecurity two step login

i have created asp.net mvc 4 internet app. As you know, there is standard method of authorization there through websecurity.login inside login action AccountController if (ModelState.IsValid ...
0
votes
0answers
93 views

create jquery dialog box on login.aspx page

I am trying to create jquery dialog box on login page with asp:login control on the page. Dialog box works fine without asp:login contorl on the page. But, with the control there is an error ...
5
votes
1answer
72 views

How to make foreign key from Membership's users table to custom table in code first approach in MVC 4?

I am creating a MVC 4 application in Code First approach and using DefaultMembershipProvider and DefaultRoleProvider, but I am getting a problem in making foreign key of membership's users table to ...
0
votes
1answer
51 views

how to add custom parameters to membership create user wizard?

I am really confused right now. Ive read some solutions to this problem, but every single one is different.... some people say that web applications projects and web site projects need different ...
1
vote
1answer
67 views

ASP.NET MVC membership - user being logged out frequently - don't know why

I have an ASP.NET MVC 4 web application. Running locally, it works fine, but on the web host (which uses shared hosting), the logged on user is frequently logged out by being redirected back to the ...
0
votes
2answers
113 views

Use OAuthWebSecurity With MVC 3.0 with custom membership provider

I am looking for how can I implement OAuthWebSecurity with Mvc 3 I have a custom membership provider and I would like to add Facebook, Google and Twitter authentication to my website. Authentication ...
0
votes
0answers
74 views

Asp.net mvc membership always return false in `ValidateUser`

Question#1 I have my running site on mvc3 now i decided to make copy of that and create a new project after that i copy all logic which i want to move in Account Controller of new project now when i ...
0
votes
0answers
36 views

Create a membership and roles when System.Web.Providers initializes the database

I am trying to use Using System.Web.Providers in my ASP.NET MVC 4 application. So, I would to like to insert all roles for my web app automatically when providers creates the database, with some ...
0
votes
1answer
62 views

Dotnetopenauth with webservice backend instead of database

I'm planning to add OpenAuth authentication to an existing asp.net webforms application with a custom membership provider. That is not a problem of what I have seen on the net ...
0
votes
1answer
58 views

ASP MVC Membership without a database

Is it possible to use WebSecurity or SimpleMembersshipProvider without a database? This is mainly because my web server would be consuming all the logic from a "central server" instead of accessing ...
0
votes
1answer
87 views

How can i use the same encryption that asp.net mvc4 uses?

Yes hashing is better but.... So I knew i would regret this but here we go. I started a new project and decided I would use the built-in Microsoft membership stuff in MVC 4 (BasicMembership) so that ...
0
votes
0answers
47 views

ASP.NET Membership and Role Provider dont access in intranet

I have an application with ASP MVC with Membership and Role Provider on an intranet, when I access the application from the server, the application authorizes me to use but when I identify in clients ...

1 2 3 4 5 15