asp.net 4.5 custom membership provider configuration throws strange exception [duplicate]
I use my own custom Membership and Role providers in Since MVC2 and ran into this issue when I migrated from MVC3 to 4. I created a new project in MVC4 / .net4.5 EF5 and had the miss-fortune to encounter this error. I managed to fix it by doing the following: Add this to your … Read more