I'm exploring the option of using DotNetNuke for a portion of my company's website, but have been unable to get it to install.
I'm trying to install it on my local machine (Windows XP Professional/IIS 5.1, with SQL Server 2005).
When I try the Auto install, I get the following message:
Error Installing DotNetNuke
Current Assembly Version: 04.07.00
ERROR: Could not connect to database specified in connectionString for SqlDataProvider
When I try typical or custom install, it can connect to the database just fine (the connection test passes), but when it goes to run the scripts, I get the following:
"Installing Database- Version 4.4.0...undeinfed...Success"
Clicking next simply repeats the step, with the same result.
The {Server}\ASPNET account has the appropriate permissions for the website, and I believe it has the appropriate permissions for the database as well (I specified Trusted_Connection = True in the connection string).
Any suggestions on where to look next? Thanks.
Tim