Hi there all, I need some help on setting-up DNN on a shared hosting account.
DNN version 4.3.4
MS SQL 2005
I just cant get it to work!!!!! Please help, all help is appreciated very much, below is the connection string I am using, with all the errors I guess!
For this, I am using the following names:
Database name: DNN User: DNNUSER Password: DNNPASSWORD server IP: 000.000.00.000
All help will be appreciated into getting the DNN installation going, thank you guys.
<connectionStrings>
<connectionStrings>
<!-- Connection String for SQL Server 2005 Express -->
<add
name="SiteSqlServer"
connectionString="Data Source=000.000.00.000,1433;Database=DNN;uid=DDNUSER;pwd=DNNPASSWORD;"
providerName="System.Data.SqlClient" />
<!-- Connection String for SQL Server 2000/2005
<add
name="SiteSqlServer"
connectionString="Server=000.000.00.000,1433;Database=DNN;uid=DDNUSER;pwd=DNNPASSWORD;"
providerName="System.Data.SqlClient" />
-->
</connectionStrings>
<appSettings>
<!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules -->
<add key="SiteSqlServer" value="Data Source=000.000.00.000,1433;Database=DNN;uid=DDNUSER;pwd=DNNPASSWORD;"/>
<!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules
<add key="SiteSqlServer" value="Server=Data Source=000.000.00.000,1433;Database=DNN;uid=DDNUSER;pwd=DNNPASSWORD;"/>
-->