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.
我需要在 aspnet_Users 中创建一个条目。用户应该有一个用户名和密码。
是
aspnet_Membership_CreateUser
为了生成此信息,我需要运行什么。
您不能单独执行存储过程,因为加密/散列机制在代码中(不在存储过程中)。
创建用户以运行构建应用程序的最简单方法。
在 VS2012 中,选择您的 Web 应用程序,然后转到项目 > ASP.NET 配置