Windows 2000 Pro. Platform
1. Downloaded DotNetNuke_4.3.3_Source.zip
2. Unzip all files to C:\Program Files\DotNetNuke_2
3. Set the security permission for ASPNET account in C:\Program Files\DotNetNuke_2 to Full Control
4. Created a virtual directory in IIS pointin to C:\Program Files\DotNetNuke_2\Website
5. Created a database called DotNetNuke in MS SQL Server Management Studio Express
6. Created a login call dnnuser as the db_owner of the DotNetNuke database
7. Renamed development.config to web.config
8. Updated the following in the web.config
<connectionStrings>
<!-- Connection String for SQL Server 2000/2005 -->
<add
name="SiteSqlServer"
connectionString="Data Source=.\SQLExpress;Initial Catalog=DotNetNuke;uid=dnnuser;"
providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->
<add key="SiteSqlServer" value="Data Source=.\SQLExpress;Initial Catalog=DotNetNuke;uid=dnnuser;"/>
</appSettings>
9. Open up IE and point to http://localhost/dnn433/install/install.aspx and got the following error:
00:00:00.156 - Installing Version: 3.1.0
00:00:00.265 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.656 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:11.158 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:13.080 - Installing MemberRole Provider:
00:00:13.080 - Executing InstallCommon.sql
00:00:15.096 - Executing InstallMembership.sql
00:00:18.050 - Executing InstallProfile.sql
00:00:19.097 - Executing InstallRoles.sql
00:00:21.503 - Upgrading to Version: 3.1.1
00:00:24.395 - Upgrading to Version: 3.2.0
00:00:24.551 - Upgrading to Version: 3.2.1
00:00:24.582 - Upgrading to Version: 3.2.2
00:00:24.613 - Upgrading to Version: 3.2.3
00:00:26.708 - Upgrading to Version: 3.2.4
00:00:26.801 - Upgrading to Version: 3.2.5
00:00:26.833 - Upgrading to Version: 3.2.6
00:00:26.864 - Upgrading to Version: 3.2.7
00:00:26.879 - Upgrading to Version: 3.3.0
00:00:26.942 - Upgrading to Version: 3.3.1
00:00:26.989 - Upgrading to Version: 3.3.2
00:00:27.036 - Upgrading to Version: 3.3.3
00:00:27.255 - Upgrading to Version: 4.0.0
00:00:27.520 - Upgrading to Version: 4.0.1
00:00:27.692 - Upgrading to Version: 4.0.2
00:00:27.723 - Upgrading to Version: 4.0.3
00:00:27.770 - Upgrading to Version: 4.0.4
00:00:29.083 - Upgrading to Version: 4.0.5
00:00:29.099 - Upgrading to Version: 4.0.6
00:00:29.099 - Upgrading to Version: 4.0.7
00:00:29.114 - Upgrading to Version: 4.3.0
00:00:29.114 - Upgrading to Version: 4.3.1
00:00:29.146 - Upgrading to Version: 4.3.2
00:00:29.192 - Upgrading to Version: 4.3.3
00:00:29.239 - Performing General Upgrades
00:00:30.005 - Loading Host Settings:
00:00:30.255 - Configuring SuperUser: