I am running Assembly Version: 04.03.05
I have DNN up and running on my PC with no problems.
Now, after installing it on my laptop, I continuously get the error dtatbase connection error.
My instance of SQL Server 2005 server name is 'EMACHINE\EMACHINE'
Database is called 'DOTNETNUKE'
I created and added DOTNETNUKEUSER and assigned db_owner as role
In the web.config file I have :
<add name="SiteSqlServer" connectionString="Server=127.0.0.1;Database=DOTNETNUKE;uid=DOTNETNUKEUSER;pwd=mavanhalla;" providerName="System.Data.SqlClient"/>
<add key="SiteSqlServer" value="Server=127.0.0.1;Database=DOTNETNUKE;uid=DOTNETNUKEUSER;pwd=mavanhalla;"/>
I have tried using EMACHINE\EMACHINE, EMACHINE, (local) and everything else I could think of as the server name.
I have also tried it without uid & pwd.
I am pulling out my hair!! Please help. Should I unistall DNN and try again? If so, how does one un-install DNN?
Should I uninstall and re-install SQL Server? It works fine for my other non-DNN apps. And like I said, I have DNN up and running on my PC. I am losing it here.