Hi guys,
Total Noob here, but Im working my way around things :)
Trying to do an install on a local machine to upload to a server (I have limited control over).
When I do the build for the first time, the install page goes like this...
Installing DotNetNuke
Version: 04.03.02
Installation Status Report
00:00:00.911 - Installing Version: 3.1.0
00:00:00.991 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:02.022 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:27.900 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:33.007 - Installing MemberRole Provider:
00:00:33.017 - Executing InstallCommon.sql
00:00:36.141 - Executing InstallMembership.sql
00:00:38.755 - Executing InstallProfile.sql
00:00:39.296 - Executing InstallRoles.sql
00:00:40.918 - Upgrading to Version: 3.1.1
00:00:45.064 - Upgrading to Version: 3.2.0
00:00:45.315 - Upgrading to Version: 3.2.1
00:00:45.465 - Upgrading to Version: 3.2.2
00:00:45.515 - Upgrading to Version: 3.2.3
00:00:49.040 - Upgrading to Version: 3.2.4
00:00:49.340 - Upgrading to Version: 3.2.5
00:00:49.511 - Upgrading to Version: 3.2.6
00:00:49.641 - Upgrading to Version: 3.2.7
00:00:49.671 - Upgrading to Version: 3.3.0
00:00:49.781 - Upgrading to Version: 3.3.1
00:00:49.911 - Upgrading to Version: 3.3.2
00:00:50.082 - Upgrading to Version: 4.0.0
00:00:50.622 - Upgrading to Version: 4.0.1
00:00:50.752 - Upgrading to Version: 4.0.2
00:00:50.783 - Upgrading to Version: 4.0.3
00:00:50.823 - Upgrading to Version: 4.0.4
00:00:52.435 - Upgrading to Version: 4.0.5
00:00:52.455 - Upgrading to Version: 4.0.6
00:00:52.475 - Upgrading to Version: 4.0.7
00:00:52.505 - Upgrading to Version: 4.3.0
00:00:52.555 - Upgrading to Version: 4.3.1
00:00:52.625 - Upgrading to Version: 4.3.2
00:00:52.765 - Performing General Upgrades
00:00:54.127 - Loading Host Settings:
00:00:54.488 - Configuring SuperUser:
00:00:55.439 - Installing Desktop Modules:
00:00:55.439 - Installing Modules:
00:00:55.499 - Installing Module File C:\Inetpub\zap\Install\Module\Announcements_3.3.2_Install.zip:
00:01:00.276 - Installing Module File C:\Inetpub\zap\Install\Module\Blog_3.02.00_Install.zip:
00:01:15.007 - Installing Module File C:\Inetpub\zap\Install\Module\Contacts_3.1_Install.zip:
00:01:16.760 - Installing Module File C:\Inetpub\zap\Install\Module\Documents_03.01.04_Install.zip:
00:01:20.846 - Installing Module File C:\Inetpub\zap\Install\Module\Events_3.2_Install.zip:
00:01:33.003 - Installing Module File C:\Inetpub\zap\Install\Module\FAQs_3.1_Install.zip:
00:01:34.425 - Installing Module File C:\Inetpub\zap\Install\Module\Feedback_03.02.01_Install.zip:
00:01:36.929 - Installing Module File C:\Inetpub\zap\Install\Module\Forum_3.20.07_Install.zip:
And the browser stops refreshing there...
If I refresh (under the developer port) all works fine, although it initally whinges about some modules not being loaded. A refresh and off it goes.
However, of I try access the site outside of the developer port from VWDE, it simply crashes with a server not found or dns error...which is kinda bizzare....Ive checked IIS, all fine...
My first concern is the install stopping at Forum everytime...then obviously, trying to get it running through IIS properly, and then of cours,e uploading the site to a remote server and trying to make it work...
Any hints/tips?