simplemembership Questions
2
Solved
I like the new simplemembership feature in MVC 4 internet template with links to OAuth for external logins in VS 2012 RTM. For the most part authentication feature are working. However even after s...
Tighten asked 4/9, 2012 at 5:21
1
Solved
I've been writing a web application using the MVC4 Internet template. I really didn't need anything complicated for user management, so I went with the default SimpleMembershipProvider. I'm initial...
Schoolmistress asked 25/2, 2013 at 21:2
3
Solved
I'm trying to implement an MVC4 web application with the following requirements:
(a) it offers its services to authenticated users only. As for authentication, I'd like to use simple membership, a...
Unhurried asked 11/2, 2013 at 19:20
2
I am working on an ASP.NET MVC4 project using SimpleMembership, which generates an ASPXAUTH cookie when you are logged in. It seems to be working just fine, but then today I opened up another MVC4 ...
Slyke asked 2/1, 2013 at 3:44
1
Solved
I am using the default Internet Application template of ASP.Net MVC 4 project. The Register action in the Account controller is like this -
[HttpPost]
[AllowAnonymous]
[ValidateAntiForgeryToken]
p...
Cryohydrate asked 30/1, 2013 at 14:7
2
Solved
I am trying to add a new property to the UserProfile class in my model
public class UserProfile
{
[Key]
[DatabaseGeneratedAttribute(DatabaseGeneratedOption.Identity)]
public int UserId { get; s...
Nearly asked 26/1, 2013 at 22:32
1
Solved
Jon Galloway has an overview - http://weblogs.asp.net/jgalloway/archive/2012/08/29/simplemembership-membership-providers-universal-providers-and-the-new-asp-net-4-5-web-forms-and-asp-net-mvc-4-temp...
Glosso asked 18/12, 2012 at 8:9
5
Solved
Can SimpleMembership be used with EF model-first? When I try it, I get "Unable to find the requested .NET Framework Data Provider" when I call WebSecurity.InitializeDatabaseConnection.
To put it a...
Hermineherminia asked 25/9, 2012 at 2:7
2
Solved
I am new to claim based authentication. I have gone throught several aricles and could not able to figure out the exact use of claim based authentication. Here are some doubts I have about claim ba...
Crowther asked 27/12, 2012 at 6:2
1
Solved
I am trying to set a cookie upon login and having issues with getting the current user id after login. In the below, intUserId is -1 and WebSecurity.IsAuthenticated is false. Is this not the correc...
Circosta asked 13/12, 2012 at 0:5
3
Solved
I am trying to seed users and roles into my database.
Currently using Code First Entity Framework with Automatic Migrations in C# MVC4.
Whenever I call
Update-Database -Force
I get the follow...
Rondon asked 26/11, 2012 at 12:59
1
Solved
I am using ASP.NET MVC 4 together with SimpleMemmbership.
When I built my application the following tables were built automatically
webpages_Membership
webpages_OAuthMembership
webpages_Roles
...
Emanate asked 22/10, 2012 at 13:35
1
Solved
How can you specify the # of failed logon attempts with the default simplemembership provider in ASP.NET MVC 4? I see there is an unlock account method but I don't see anywhere you can specify the ...
Katharina asked 11/10, 2012 at 20:36
1
I'm trying to access webpages_Membership table (I'm using SimpleMembership) to retrieve the account ConfirmationToken.
How do I access this table from my model/controller/DAL?
The only thing I c...
Bluefarb asked 23/9, 2012 at 5:22
1
Solved
I'm stating to figure out SimpleMembership for my ASP.Net MVC 4 site. I've augmented UserProfile with a custom property, AccountTypeId. I've updated the database table with the augmented property a...
Gatewood asked 28/9, 2012 at 22:1
© 2022 - 2024 — McMap. All rights reserved.