配置成员提供程序后,我注意到ASPNETDB没有连接字符串。MDF在我的web.config。不应该有一个连接字符串吗?什么是合适的语法?提前感谢!
默认连接字符串在machine.config中定义:
<add name="LocalSqlServer" connectionString="data source=.SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>