问题描述
我在asp.net上工作,当我尝试使用在aspnetdb.mdf中创建的凭据登录时,我也在使用asp.net默认成员资格提供程序,但出现此错误,请帮忙???谢谢你.
我的web.config看起来像这样....
<添加名称="ApplicationServices" connectionstring =数据源= MSSSYSSUP01 \ ETSQLSERVER;初始目录= ActivityManagement; AttachDBFilename = | DataDirectory | \ aspnetdb.mdf;集成安全性= True;用户ID = myid密码= mypassword< b>< /b>>
providerName ="System.Data.SqlClient"/>
谢谢....
i''m working on asp.net and also i''m using asp.net default membership provider when i try to login using the credentials i created in aspnetdb.mdf i get this error please help??? thank you.
my web.config looks like this....
<add name="ApplicationServices" connectionstring="Data Source=MSSSYSSUP01\ETSQLSERVER;Initial Catalog=ActivityManagement;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;Integrated Security=True;User ID=myid password=mypassword<b></b>">
providerName="System.Data.SqlClient"/>
thank you....
推荐答案
这篇关于密钥"attachdbfilename"的值无效.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!