Tagged Questions
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
21 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
15 views
ASP.NET MVC 4 custom role provider refresh
I am programming an application that uses custom membership provider.
In my custom roleprovider web.config file I have:
<roleManager defaultProvider="ModuleProvider" enabled="true" ...
0
votes
1answer
36 views
Handling non confirmed membership account
I would like to know which procedure should I take in the following situation:
A user register itself into the system and an email is sent to confirm the account (with the confirmation token).
But ...
0
votes
1answer
41 views
Adding more user information to ASP.NET Default Membership Provider
My application is an MVC4 application with a Domain Model created in EF 5 Code First. The application requires Authentication / Authorization, and I want to use the default ASP.NET Membership ...
0
votes
0answers
15 views
Difference b/w normal Tables and webpages prefixed tables in Asp.Net MVC Membership
I'm using forms authentication in Asp.Net MVC using inbuilt Membership Provider.
Earlier, following tables were created: Application, Users, Roles, Membership, etc.
However, suddenly tables with ...
0
votes
1answer
263 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
1answer
223 views
How to create custom WebSecurity.Login and WebSecurity.CreateUserAndAccount methods in MVC 4?
When we choose New Project --> MVC 4 --> Internet Application, it will automatically generate AccountController for us. In this controller, I only care about 2 actions, Login and Register.
In ...
0
votes
3answers
42 views
Utilize the ASP.NET Default Membership
I am working on a system where authentication / authorization is part of the requirements. My ERD for the system is as follows:
I haven't fully populated the Entities, but you can probably guess ...
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:
...
2
votes
0answers
238 views
MVC4 Simple Membership authentication with multiple databases or providers
I'm working on an MVC4 site using SimpleMembership to handle user accounts and role based authentication. We have another site and we'd like to implement a single sign on system allowing users from ...
-4
votes
1answer
167 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
52 views
LDAP with Custom Membership Provider
I'm in a bit of a pickle here. I want to authenticate users through LDAP and automatically create accounts for users when they log in for the first time.
So far I've created a custom membership ...
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
1answer
90 views
ActiveDirectoryMembershipProvider “A local error has occurred.”
I ran into an issue while trying to use LDAP authentication against our Netowrks NIDs in ASP.NET MVC4. I am using ASP.NET's built in ActiveDirectoryMembershipProvider that is designed for exactly ...
0
votes
2answers
462 views
MVC4 - Membership - SQL Server Compact 4.0 - Exception: Unable to find the requested .Net Framework Data Provider
The InitializeDatabaseConnection Method documentation says we can use the MVC 4 "Internet" template's generated membership functionality with SQLCE (SQL Server Compact 4.0 Local Database).
I've used ...
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 ...
-1
votes
1answer
334 views
implementation of extended membership provider mvc4 and custom tables
Hi I am using MVC4 and have requirement to use extended membership provider.I didn't get any sample to implement extendedmembership provider with roles based security with custom table creation.Please ...
0
votes
0answers
35 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 ...
1
vote
0answers
136 views
Using an external OAuth provider for MVC4 authentication without membership or database
I'm currently working on learning MVC4 and all the surrounding technologies.
The templates and wealth of functionality is quite overwhelming, but for my app I know:
A SQL database is not an option, ...
0
votes
0answers
123 views
Membership.CreateUser() is giving this error “Specified method is not supported”
When I register new user using
Membership.CreateUser(model.UserId, model.Password, model.Email, null, null, true, null, out createStatus)
I am getting the following error:
Specified method is ...
1
vote
1answer
882 views
The required anti-forgery form field “__RequestVerificationToken” is not present Error in user Registration
I am using Membership.create user funation then follwoing error is occuring,please help.
The required anti-forgery form field "__RequestVerificationToken" is not present
Thanks
4
votes
2answers
352 views
Asp mvc 4 Membership and WebSecurity
I need a suggestion about what to do. I'm currently using WebSecurity methods to do all the account related job. However it does not support E-mail uniqueness verification so I have a few options:
...
1
vote
2answers
55 views
What sort of membership system should I use?
[Problem]
I have a pre-built database with user credentials. The only thing I can change about this database is how the passwords are hashed. (Don't ask about that...let's just say it's dumb and I'm ...
0
votes
1answer
308 views
Custom Create User in ASP.net MVC 4
I have made an asp.net MVC 4 Internet application. I wanted to have custom Create User function. So I used CreateUser function of MembershipProvider class and added <providers> configuration in ...
0
votes
0answers
50 views
Does MVC4 membership provider manage tokens for you?
I apologize for what is probably going to end being a dumb question, but I'm somewhat new to custom membership and a lot of the sources on the web only cover SimpleMembership which I'm not interested ...
0
votes
1answer
81 views
Can't find .net provider SimpleMembership MVC4
I'm trying the simplemembership in ASP.NET MVC4 but have encountered some problems. I have been googleing around and found recommendations to put the following code in a file called _AppStart.cshtml ...
0
votes
1answer
46 views
How to store additional fields from Google/Facebook using SimpleMembership & mvc4
The mvc4 internet template have the following code
OAuthWebSecurity.CreateOrUpdateAccount(result.Provider, result.ProviderUserId, User.Identity.Name);
Is there any support for persisting other ...
0
votes
3answers
167 views
Asp redirects to Login even though Request.IsAuthenticated = true (using windows authentication)
I have a webapplication, that I have running in the WAN as well as in the LAN. The same code runs in separate web apps.
In the WAN I have configured it to use forms authentication. It works ...
1
vote
4answers
413 views
ASP.NET Configuration Website For Membership - database setup (aspnet_ tables) - having problems pointing to the right database
I'm setting up membership in my ASP.NET MVC4 app, so I open the solution and then from there, I open up the ASP.NET Configuration website option under the "Project" menu. This opens up the ASP.NET ...
1
vote
1answer
767 views
How can I attach membership database to my own database on the fly with EF code first?
Can anyone help me out to solve this issue please :
Well I'm recently building a CMS using ASP.NET MVC 4.5 ,with Entity Framework Code First , so my whole database get created on the fly , now the ...
0
votes
0answers
61 views
How do I get the requested url from my MembershipProvider class?
I'm currently trying to implement the MembershipProvider class, but my user repository isn't typical to most of the examples I'm finding on the net. Instead of retrieving a user, we simply check the ...
0
votes
0answers
32 views
Why does an Access Form CommandButton Click always take me to a login page of a web site even if the user is currently logged in?
I have an MS Access application that has a CommandButton in it. The CommandButton click event are the following:
Private Sub btnAccounts_Click()
' Comments:
' Params :
' Modified:
...
2
votes
0answers
111 views
What should be the connection string for a default profile provider in windows azure?
I am using system.web.providers to implement basic authentication for my APIs in my windows azure project. This is my default connection string which am using
<connectionStrings>
<add ...
1
vote
1answer
188 views
asp.net mvc 4 join a table to user table in SqlMembership
I'm new to MVC, I have a model named Person containing these fields:
name
,family
,email
,UserID
I want to create a 1:1 relationship between User table in SqlMembership and Person table in my ...
2
votes
2answers
541 views
.NET MVC4 SimpleMembershipProvider - Overriding Password Encryption/Storage?
I've got a production application that I'm looking to re-build (ground up) on MVC4. Usage of the SimpleMembershipProvider for authentication and authorization seems to be very suitable for my needs, ...
1
vote
1answer
198 views
MVC 4 : Passing around user group data
I am in the process of rewriting my PHP website in ASP.NET and writing the membership system.
I understand I can extend MembershipUser to add member specific properties but how can I pass around ...
13
votes
3answers
1k views
ASP.net MVC 4 global Authorize filter forcing login on an AllowAnonymous action
In my .NET MVC 4 I'm adding a global filter in order to secure my controllers.
This is done using:
public static void RegisterGlobalFilters(GlobalFilterCollection filters)
{
filters.Add(new ...
0
votes
1answer
158 views
Getting RouteData in a Controller's constructor/attributes to route [Authorize]'s ConnectionString
Background
I have a multitenant application that uses multiple databases per-tenant. I'm using CodeFirstMembership, so I have full controll over the SimpleMembership implementation. Both my ...
1
vote
0answers
116 views
Two membership tables: aspnet_Membership and webpages_Membership
I am working on my first ASP.Net MVC 4 app. I selected the Internet Application option and started with a LocaDB instance that had 4 tables in it (webpages_*).
I'm adding logging and error ...
3
votes
2answers
260 views
What encryption does MVC4 use?
How do we find out what encryption MVC4 uses? I notice there is an option for a SALT but this also seems not to be used in the WebSecurity() module.
I would like to know the standard used and if it ...
0
votes
1answer
543 views
How to let users login to my site using SoundCloud
I want to let users authenticate via SoundCloud for my ASP.NET MVC 4 project. Since there is no .NET SDK, I wrote a custom OAuth2Client to handle the authentication. After adding the client to my ...
1
vote
3answers
598 views
.net MVC 4 Authorization (Membership)
During my first steps in .NET MVC 4 I'm creating a web site and I would like to implement users authentication/authorization.
In my implementation I would like to be able to link controls to roles. ...
1
vote
1answer
223 views
Register custom UserProfile in ASP.NET MVC4 results in duplicate tables
I'm trying to store a custom UserProfile class in an ASP.NET MVC4 Internet application. UserProfile class is named "Usuario" and looks like this:
[Table("Usuarios")]
public class Usuario
{
[Key]
...
0
votes
0answers
112 views
mastering asp.net membership provider [closed]
As you can assume from question title I want to master in detail asp.net membership provider. After that I want to implement custom nhibernate implementation in nhibernate (already have one, but it's ...
0
votes
1answer
91 views
Membership ForgotPassword link
Looking to implement forgot password link on my MVC4 Membership. I have made a few changes to it as to what information I grab when registering and opened up the doors for google openAuth
I know i ...
0
votes
1answer
228 views
Schema first and simple membership?
I’m trying to build database using schema first (EF5) and add it simple membership as well.
After ”drawing” my schema I have add user profile table (UserId&UserName) remove the
Filter: ...
2
votes
1answer
135 views
Does the UserName field have to be unique to work properly with ASP.NET MVC's SimpleMembership?
I am making an app using ASP.NET MVC 4 and Entity Framework with Code First migrations.
In the class called InitializeSimpleMembership, there is the following line of code:
...
1
vote
1answer
821 views
SimpleMembershipProvider: webpages_Membership table
which is the best method to access to webpages_Membership table informations using a SimpleMembershipProvider in MVC 4? I'm trying to implement the account block if he / she input a wrong password for ...
0
votes
1answer
293 views
Asp .Net Membership in multi tenant applications
How can asp .Net Membership be used in multitenant applications.
Lets take an example. I have a CRM application which has many user, and those user will have multiple customers.
Now in this case how ...








