sql server - DNN5 Shows Under Construction -
I recently upgraded my PC from Windows 7 to Windows 8.1 and now to reset my local DN5 environment There is a problem in
I pulled the example of my DN5 from remote GIT repo, and ended up importing all the tables / data / stored procedures for a local instance just from Production DB.
I have updated the connection to the Web.config wire to reflect my new database, but still, whatever I do, give me the What am I missing? For completeness, here is my connection string and a screen of my DB is Caribbean: This is almost always when you are unable to connect to the database from DNN. and check if it is sure To throws the connection error Is this a local database? (Local) \ DWYATTMSSQL Also make sure that you have SQL authentication enabled in SQL Server, instead of Windows authentication (local) \ InstanceName (I'm assuming your example name is DWYATTMSSQL) Default is for SQL installation. http: // localhost / DNN5 / Install Redirecting to /UnderConstruction.htm .
& lt; connectionStrings & gt; & Lt; Add name = "SiteSqlServer" connectionString = "data source = KMCNUTT-7 \ DWYATTMSSQL; initial catalog = DN55; user id = SA; password = ******" provider name = "System.Data.SqlClient" / & Gt; & Lt; Add name = "DNN5ConnectionString" connectionString = "Data Source = KMCNUTT-7 \ DWYATTMSSQL; Initial Catalog = DN55; User ID = SA; Password = ******" Provider Name = "System.Data.SqlClient" / & Gt; & Lt; / ConnectionStrings & gt;
http: //localhost/DNN5/Install/install.aspx
Comments
Post a Comment