I have been a real pain to everyone on here since I installed SQL Server 2016 last week. I had to use it since my hosting company is using it and the backup they provided for my local dev site was in 2016. While I was able to restore the bak and httpdocs and get everything running well here, I have not yet been able to install an out of the box site. I thought it was due to a conflict with SQL 2012 so I scripted everything out and removed SQL 2012 completely. My problems remain, however. The installs state that they were successful but the minute I try to go to the home page, I get an error in the query string along the lines of:
http://dnndev.me/Default.aspx?tabid=55&error=An%20unexpected%20error%20has%20occurred&content=0
I would look at the event logs and saw an error on page load. I just now looked farther down the list and see what had to have been errors during the installation
<LogProperties>
<LogProperty>
<PropertyName>AbsoluteURL
</PropertyName>
<PropertyValue>/Default.aspx
</PropertyValue>
</LogProperty>
<LogProperty>
<PropertyName>DefaultDataProvider
</PropertyName>
<PropertyValue>DotNetNuke.Data.SqlDataProvider, DotNetNuke
</PropertyValue>
</LogProperty>
<LogProperty>
<PropertyName>ExceptionGUID
</PropertyName>
<PropertyValue>e85b6367-f05f-4790-ac18-68bbdc8341b2
</PropertyValue>
</LogProperty>
</LogProperties>
It can't be that it can't connect since it does create the objects in the database. That means it is the right set of credentials and SQL authentication is available and the user can log in remotely. I also verified these by looking at their settings in the server. In addition, the copy from our host runs fine, so it connects. I have tried this with new installs of both 8.0.3 and 7.4.1 with the same results.
What else can I look at?
Thank you for your patience with me.
JoAnn