I am trying to do a clean install of 4.05.01 on an XP Pro with SQL Server 2005 DevEd and keep getting the error in the subject.
This is what I have done:
I downloaded and unzipped the install-package into a folder. I set the documented rights on this folder, actually giving full access to the ASPNET and Network Service users.
I create the database and create a specific user as well. This user has db_owner rights as documented. I've checked the items mentioned in several threads here with similar problems, but it didn't help me.
The connection is verified fine. After this I get the above mentioned error and it just sits there. Nothing more happens and nothing in done in the database.
If I give up and do a refresh of the window I get the following error:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The entry 'SiteSqlServer' has already been added.
Source Error:
Line 21: <connectionStrings>
Line 22: <!-- Connection String for SQL Server 2005 Express -->
Line 23: <add name="SiteSqlServer" connectionString="Data Source=XXXX;Initial Catalog=XXXX;User ID=XXXX;Password=XXXX" providerName="System.Data.SqlClient" />
Line 24: <!-- Connection String for SQL Server 2000/2005
Line 25: <add
|
(I X-ed out the naughty bits)
Why is the installation wizard trying to use SQL Server 2005 Express when I explicitly selected the SQL Server 2005 option (second option)? Is this the problem?
I have tried to edit the web.config (renamed the release.config) to get the right connection string, but then I still get the same error even if I edit it before running the wizard.
I have now tried to clean install DNN several times, and are about to give up. I might try an install on Windows Server 2003 instead, but I would really like this to work on XP which is my dev-machine.
Can anyone help?