Hi
I want to install dotnetmuke version DotNetNuke 4.6.2 and whith 2005 sql server database amd i use windows server 2003
how i can write the connection string i try the connectio which for sql 2005 only and it make error
my tries:
first try:
<!--add
name="SiteSqlServer"
connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Ali_Commerce2.mdf;"
providerName="System.Data.SqlClient" /-->
second try:
<add
name="SiteSqlServer"
connectionString="Server=(local);Database=Ali_Commerce2;uid=Ali_Commerce2;pwd=Ali_Commerce2;"
providerName="System.Data.SqlClient" />
but yhe both make error
Current Assembly Version: 04.06.02
ERROR: Could not connect to database specified in connectionString for SqlDataProvider
what is the connectio which solve this