Hi,
ive been trying to install DNN on my web server. I am installing a v5.1.0 on a server 2003 OS and .Net 1.1
The virtual directory is created on the Web Server, and the Sql server 2008 is on another Server .
I have altered the Connection Strings in the web config file so that it can connect to the database that was created on the other server.
Data Source=Servername;Initial Catalog=DotNetNuke;uid=Domain\dotnetnuke;pwd=Password;" providerName="System.Data.SqlClient"/>
And also
Data Source=Servername;Initial Catalog=DotNetNuke;uid=Domain\dotnetnuke;pwd=Password;">
But for some reason i am unable to make the connection to the database that resides on another server than the web server.
The error that i intially got was that Login Failed, and that Microsoft Authentication doesnt work (i dont have the exact error)
i have followed the guide on this website http://www.bestwebsites.co.nz/dotnetnuke/easy-dotnetnuke-installation-guide/
i realise that they are using Express Sql , but i did work around that, but am still facing issues during installation for the Configure Database Connection Part.