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 http: // localhost / DNN5 / Install Redirecting to /UnderConstruction.htm .

What am I missing?

For completeness, here is my connection string and a screen of my DB is Caribbean:

  & 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;   

Enter image details here

This is almost always when you are unable to connect to the database from DNN.

http: //localhost/DNN5/Install/install.aspx

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.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -