我一直在使用vs2010的会员资格,并且从未遇到过使用它的问题。现在我正在使用VS2012,目前我遇到了麻烦。在我的网站管理工具中,我收到错误消息“无法连接到SQL Server数据库”。我已经运行了regsql文件。我正在使用mssql 2012而不是快速版本并在本地项目上工作
<add name="XXXDbConnectionString" connectionString="Data Source=Local-PC;Initial Catalog=XXXDb;Integrated Security=True" providerName="System.Data.SqlClient"/>
答案 0 :(得分:0)
<roleManager enabled="true" defaultProvider="SqlRoleManager">
<providers>
<add name="SqlRoleManager"
type="System.Web.Security.SqlRoleProvider"
connectionStringName="MyConnectionString"
applicationName="MyApplication" />
</providers>
</roleManager>
Just had to insert to rolemanager