Hi, I'm trying to get DNN 5 to install on IIS7 and SQL Server 2008.
I have copied the install files to the root folder of my server and am attempting to run the app to install DNN. However, I get the following message - that seems to suggest that there is a failure to connect to the DB. Any help most gratefully received!
Steve
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Stack Trace:[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Common.Utilities.Config.GetConnectionString(String name) +50
DotNetNuke.Common.Utilities.Config.GetConnectionString() +38
DotNetNuke.Data.SqlDataProvider..ctor(Boolean useConfig) +105
DotNetNuke.Data.SqlDataProvider..ctor() +10
The DB connection related settings I have used in the web.config are :