Hi,
I'm a real newbie to this and just trying this out for the first time. I searched quite a lot of articles regarding DNN manual installation in GoDaddy and finally just decided to have a shot at it. Everything looked well until I got this error (I'm just pasting what I received in my browser) - no clue what it imeans... Is there anything else I should modify?
Thanks in advance for support,
Steps taken:
1. Downloaded DNN5.1.1 Installation Package
2. Modified web.config (inserted DB info in connectionSettings, appSettings; customErrors...)
3. FTP Installation Package to website (with modified web.config).
4. Accessed the website to initiate manual install.
Installation Snapshot:
======
Installing DotNetNuke
Version: 05.01.01
Installation Status Report
00:00:00.015 - Installing Version: 05.00.00
00:00:00.015 - Executing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:16.645 - Executing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:29.095 - Installing MemberRole Provider:
00:00:29.095 - Executing Script: InstallCommon
00:00:41.638 - Executing Script: InstallMembership
00:00:57.160 - Executing Script: InstallProfile
00:01:09.407 - Executing Script: InstallRoles
00:01:23.806 - Upgrading to Version: 05.01.01
00:01:24.040 - Executing Script: 05.00.01.SqlDataProvider Success
00:01:38.346 - Executing Script: 05.01.00.SqlDataProvider Success
00:01:57.598 - Executing Script: 05.01.01.SqlDataProvider Success
00:02:10.109 - Executing Application Upgrades: 05.00.01 Success
00:02:10.577 - Executing Application Upgrades: 05.01.00 Success
00:02:13.666 - Executing Application Upgrades: 05.01.01 Success
00:02:13.666 - Cleaning Up Files: 05.00.01 Success
00:02:13.682 - Cleaning Up Files: 05.01.00 Success
00:02:13.682 - Cleaning Up Files: 05.01.01 Success
00:02:13.682 - Updating Config Files: 05.00.01 Success
00:02:13.682 - Updating Config Files: 05.01.00 Success
00:02:13.697 - Updating Config Files: 05.01.01 Success
00:02:13.697 - Performing General Upgrades
00:02:14.337 - Loading Host Settings:
00:02:14.415 - Configuring SuperUser:
00:02:14.571 - Synchronizing Host Files:
00:02:14.821 - Executing Additional Scripts:
00:02:14.821 - Installing Optional Modules:
00:02:14.821 - Installing Package File HTML_Community_05.01.02_Install: Success
00:04:11.046 - Installing Optional Skins:
00:04:11.046 - Installing Package File DNN-MinimalExtropySkin_01.00.04_Install:
--------------------------------------------------------------------------------
Server Error in '/' Application.
--------------------------------------------------------------------------------
Thread was being aborted.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Threading.ThreadAbortException: Thread was being aborted.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ThreadAbortException: Thread was being aborted.]
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +486
System.Web.ApplicationStepManager.ResumeSteps(Exception error) +501
System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +123
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +379
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3072
======