Hello,
I am having problems with installing the new version of DNN. Here is the stats first:
Installation = NEW
Server = Windows Server 2003 Enterprise Edition Service Pack 2
DNN = Community Version 05.06.00
Database = SQL Server 2008 - SQLExpress
Microsoft SQL Server Management Studio Installed.
SQLExpress SQL Server 10.50.1600
Microsoft Visual Studio 9.0 installed.
Installation Path - F:\Inetpub\wwwroot\DNN
I have administrator access to the server.
Here is the problem: The installation is having issues connecting to the database. I worked on this and tryed manually to find the permissions problem since I have access to another version of DotNetNuke running on another server without issues. But after days of work I ended up deleating the DNN folder in IIS Manager and then deleating the folder and contents of DNN. I then started over by creating the folder again, unpacking the contents of the newly downloaded zip file into the DNN folder. I then went into IIS Manger and installed a new Application Pool, and checked the properties for DNN as listed below.
Script_source access Checked.
Read - Checked
Write - Checked
Log_visits - Checked
Index this resource - Checked.
Application Name DNN
Execute permissions = Scripts and Executables
Application_Pool = DNN
ASP.NET version 2.0.50727
Virtual Path /DNN
File Location: F:\Inetpub\wwwroot\DNN\web.config
Connection parameter: LocalSqlServer = data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true
SiteSqlServer = Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;
Authentication Methods = Enable Anonymouse access.
Authenticated access = Integrated Windows authintication.
Checked and Web Site is running.
SQL Server.
Checked to see if SQLEXPRESS is running. I have a little green arrow. So it is up.
Databases - only System Database now exist. I had deleted the DNN database to start the new install.
NT AUTHORITY\NETWORK SERVICE - LOGIN with Connect sa = Grant = checked.
ASPNET = the same. sa checked under Grant.
When I try to launch the
http://servername/dnn/install/install... I get the following error:
Installing DotNetNuke
Upgrade Error: ERROR: Could not connect to database specified in connectionString for SqlDataProvider.
Here is the connection string from win.config
<connectionStrings>
<!-- Connection String for SQL Server 2005/2008 Express -->
<add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;" providerName="System.Data.SqlClient" />
<!-- Connection String for SQL Server 2005/2008
<add name="SiteSqlServer" connectionString="Server=(local);Database=DotNetNuke;uid=;pwd=;" providerName="System.Data.SqlClient" />
-->
</connectionStrings>
I do not know how to re-set DNN installation to that it starts over.
I also do not know why the installation is not finding the database.
I have installed DNN previous versions many times and have never run into this before. Any assistance would be greatly apprecated.
Thank you
Michael Adkins