simple membership provider in mvc

前端 未结 4 2050
南方客
南方客 2021-01-16 04:06

How to make simple Membership provider from empty web application template in ASP.NET MVC4

I searched a lot on google, bing and many others, but I din\'t get positiv

4条回答
  •  自闭症患者
    2021-01-16 04:53

    Just create an Internet template, and copy the code out of it into your empty project.. although, honestly at that point you've essentially got the Internet template anyways, other than the default layout.

    There's a lot of code that goes into supporting the Membership system, so study the Internet template and it will tell you everything you need to know.

提交回复
热议问题