Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在没有 EntityFramework 的情况下使用 SimpleMembershipProvider 设置 MVC 4,还是我需要编写自定义提供程序?
提前致谢!
是的,有可能。您可以尝试从“ Internet 应用程序”模板创建一个新应用程序,然后删除属于 EF 的所有内容。然后自己创建用户表并编辑连接字符串和WebSecurity.InitializeDatabaseConnection(). 当您在没有 EF 的情况下调用时,用户表将自动填充。WebSecurity.CreateUserAndAccount()
WebSecurity.InitializeDatabaseConnection()
WebSecurity.CreateUserAndAccount()