simplemembership Questions

19

I have ASP.NET MVC 4 application. I use Simple Membership Provider allowing to tick remember me checkbox under login form. If ticked, persitent cookie .ASPXAUTH is created which expires 100 days fr...
Adventitious asked 22/3, 2013 at 9:55

4

Solved

I'm working in an ASP.NET MVC 4 web app, I'm trying to make a password forget page. In my POST, I check that the user related to the password is present WebSecurity.UserExists(email) and it retu...
Spirochete asked 18/1, 2013 at 9:2

3

Solved

I'm new to Azure. Does anybody know how get detailed error message on website deployed to Azure web? I added SimpleMembership to website and now Registration and Login (Post) are showing Sorry,...
Lui asked 1/11, 2012 at 20:37

4

Solved

How can I get the logged in user's UserId? I'm using the standard system generated AccountModel. I can get the username using: User.Identity.Name but I don't see the UserId field. I want to use ...
Anastaciaanastas asked 21/12, 2012 at 17:57

1

Solved

I have ASP.NET application, which is perfectly works on development environment. Login works on Firefox, IE and Chrome. Requests in Firefox in development env looks like: POST Request: POST /MyS...
Malcolm asked 28/9, 2018 at 10:15

6

I am using SimpleMembership in my .NET MVC4 project. During development, while manually manipulating/rebuilding the database, I've come across an error that would be unlikely in production, but I w...
Spreadeagle asked 30/11, 2012 at 23:51

5

Solved

We have an existing application that was build on ASP.NET MVC 4 & Web API. The admin parts of the site use Simple Membership. I'm interested in upgrading the application to MVC 5 / Web API 2, t...

5

Solved

Saw so many articles and links related to the same concept. Counting online users using asp.net Is there any ASP.NET application to monitor online user and page view log report? Mine is little ...
Nagy asked 13/10, 2015 at 1:25

1

Solved

Migrating from MVC4 to MVC5 and want to use ASP.NET Identity too but I am struggling to find anything that covers everything I think I need to do to migrate the Identity. Migrating an Existing Webs...

2

I am using SimpleMembership with WebMatrix. Since its an Intranet webapp, I am using the exisitng domain users in combination with custom roles and storing them in local webpages_ tables. I am tryi...
Dudden asked 30/1, 2013 at 18:35

3

Solved

Trying to change the default minimum password length to 4 characters. I know, 4!!! Ridiculous, right! Not my call. Anyway, I've changed it on the RegisterViewModel but that doesn't actually change...
Gerladina asked 1/11, 2013 at 16:43

7

I think my understanding on SimpleMembershipProvider is almost 60% and the rest is getting to know how it internally work. You can quickly found some issue when using [InitializeSimpleMembership] ...
Filings asked 23/10, 2012 at 12:8

2

Solved

I am struggling with getting a simplemembership scenario working in my EntityFramework / MVC4 / DatabaseFirst project. I've found plenty of examples for working with code first, but nothing for DB ...
Gout asked 15/10, 2012 at 19:30

7

Solved

I want to enable the ASP.NET MVC 4's SimpleMembership API to integrate with my own database schema. I have a plain and simple table in my database called Users with these fields: Id Name Password...

2

Solved

In MVC4 we had Simple Membership. My opinion is that Simple Membership was a good Identity Model tried and tested with good documentation and didn't need to be fixed but simply needed an upgrade in...

2

I am implementing an application where there is a mechanic for each machine in the company using the application. I'm trying to implement a user policy whereby if user is in a role "Mechanic" -- wi...
Camilla asked 18/12, 2013 at 13:7

2

I'm fairly sure I have followed all the steps, but seem to have missed something. Using simplemembership in MVC4 app. Add Email to UserProfile table and in the Register and UserProfile models, adde...
Jehanna asked 21/5, 2013 at 19:55

5

Solved

I faced with new ASP MVC 4 feature, it shipped with new membership db schema and new initialization. In mvc 3 and old versions developer able to create custom user profile fields using specificatio...

2

Solved

I am building ASP.NET MVC 4 application. I use Simple Membership provider to manage authentication and authorization within the system. What are the ways of changing the password in this approach. ...
Poly asked 10/1, 2013 at 16:20

3

Solved

I switched to SimpleMembershipProvider in an ASP.NET MVC 4 app. Everything else is working great but there's this problem... When I try this code: var password = Membership.GeneratePassword(Membe...

1

Solved

I am working on a 'ASP.NET MVC 4' application and use 'SimpleMembershipProvider'. The application will be used in intranet and there will be no content available for not authorized users so I want ...
Lazes asked 22/11, 2013 at 19:22

3

Solved

I'm working on 'ASP.NET MVC 4' application. I'm using/learning SimpleMembershipProvider and try to stick to the default logic created by VS2012 with the Internet template (if I'm not mistaken, the ...
Cochrane asked 21/11, 2013 at 14:29

2

Solved

With SimpleMembership you can add an icon to the external authentication provider buttons like this: SimpleMembership: Dictionary<string, object> FacebooksocialData = new Dictionary<stri...

2

Solved

I'd like to use WebSecurity+SimpleMembership, but implement the ability to (optionally) login users via a custom/alternative authentication method. WebSecurity.Login only has one method signature...
Gains asked 7/1, 2013 at 14:3

5

Solved

I’m trying to add authorize attributes to some of my MVC4 controllers, and they work fine as long as it’s a plan [Authorize] or [Authorize(Users="myuser")], but the second I add in any sort of role...
Mucoid asked 9/9, 2012 at 19:52

© 2022 - 2024 — McMap. All rights reserved.