Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
44 Points
141 Posts
Mar 18, 2008 04:36 AM|LINK
<
</
Pasted above is the connectionStrings portion of my machine.config file. I changed data source=.\MSSQLSERVER from SQLExperess. However, I still cannot fix my issue. Am I using incorrect syntax?
Thanks,
Sid
SidC
Member
44 Points
141 Posts
Re: connection to SQL Server files (*.mdf) require SQL server express 2005 to function properly.
Mar 18, 2008 04:36 AM|LINK
<
add name="LocalSqlServer" connectionString="data source=.\MSSQLSERVER;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient" /></
connectionStrings>Pasted above is the connectionStrings portion of my machine.config file. I changed data source=.\MSSQLSERVER from SQLExperess. However, I still cannot fix my issue. Am I using incorrect syntax?
Thanks,
Sid
sid@webdbapps.net