문제

I have MVC4 application which runs on simplemembership as an authentication. I want to upgrade my developing environment to VS2013 and MVC5. However I found that MVC5 does not support simplemembership as their default authentication. How do I set up my Simplemembership on MVC5? I cannot use 'ASP.NET identity' since I already use dotconnect postgres as my dataProvider. Please give me some advice.

도움이 되었습니까?

다른 팁

The ADO.NET implementation of ASP.NET Identity support is added in the latest (7.3) version of dotConnect for PostgreSQL: http://forums.devart.com/viewtopic.php?f=3&t=29099.

Documentation:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top