Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVC 4 support #29

Open
jyarbro opened this issue Sep 19, 2012 · 4 comments
Open

MVC 4 support #29

jyarbro opened this issue Sep 19, 2012 · 4 comments

Comments

@jyarbro
Copy link

jyarbro commented Sep 19, 2012

MVC 4 seems to support the UserAdministration view only after the MvcMembership Web.config is overwritten with the contents of a MVC 4 web.config.

@troygoode
Copy link
Owner

I'm not following. What needs to be changed?

@jyarbro
Copy link
Author

jyarbro commented Sep 19, 2012

Could be something as simple as updating the readme on the front page for how to handle MVC 4. Not sure if there are further changes that need to be made to support it, I just wanted to bring this one up as one of the issues I've encountered with a fresh install.

As an ASP.NET noob, I'm coding on the shoulders of giants here and when things aren't explicitly spelled out in the setup instructions, it can cause either hours of heartache or just throwing ones hands in the air and quitting.

Just want to help the next guy :)

@troygoode
Copy link
Owner

Could you use your source control system to provide a diff of the two web.configs so I can see what changed?

@brgrz
Copy link

brgrz commented Nov 30, 2012

I'll guess and say he's probably talking about these two settings that are required for the "old" membership providers to work in ASP.NET MVC 4:

<add key="enableSimpleMembership" value="false" />
<add key="autoFormsAuthentication" value="false" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants