UPDATE:
Ok, did another update attempt: (again, I started clean from my production files, database, web.config.)
this time I used: http://localhost/Install/Install.aspx?mode=upgrade to kick off the update.
This time the install seems to start correctly but I get this:
00:00:00.078 - Installing Version: 05.00.00
00:00:00.078 - Executing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:31.639 - Executing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:41.935 - Installing MemberRole Provider:
00:00:41.935 - Executing Script: InstallCommon
00:00:43.402 - Executing Script: InstallMembership
00:00:46.047 - Executing Script: InstallProfile
00:00:48.465 - Executing Script: InstallRoles
00:00:50.618 - Upgrading to Version: 05.01.01
00:00:50.914 - Executing Script: 05.00.01.SqlDataProvider Success
00:00:53.566 - Executing Script: 05.01.00.SqlDataProvider Error! (see 05.01.00.log for more information)
00:01:02.857 - Executing Script: 05.01.01.SqlDataProvider Success
00:01:03.715 - Executing Application Upgrades: 05.00.01 Success
00:01:04.043 - Executing Application Upgrades: 05.01.00 Error!
00:01:04.651 - Executing Application Upgrades: 05.01.01 Success
00:01:04.719 - Cleaning Up Files: 05.00.01 Success
00:01:04.785 - Cleaning Up Files: 05.01.00 Success
00:01:04.909 - Cleaning Up Files: 05.01.01 Success
00:01:04.909 - Updating Config Files: 05.00.01 Success
00:01:04.909 - Updating Config Files: 05.01.00 Success
00:01:04.909 - Updating Config Files: 05.01.01 Success
00:01:04.909 - Performing General Upgrades
Server Error in '/' Application.
Access to the path 'C:\inetpub\ProdCopy\Install\Cleanup\03.00.08.txt' is denied.
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.UnauthorizedAccessException: Access to the path 'C:\inetpub\ProdCopy\Install\Cleanup\03.00.08.txt' is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
Source Error:
Line 94: Response.Write("<h2>Installation Status Report</h2>")
Line 95: Response.Flush()
Line 96: Services.Upgrade.Upgrade.InstallDNN(strProviderPath)
Line 97:
Line 98: Response.Write("<h2>Installation Complete</h2>")
|
Source File: C:\inetpub\ProdCopy\Install\Install.aspx.vb Line: 96
Stack Trace:
[UnauthorizedAccessException: Access to the path 'C:\inetpub\ProdCopy\Install\Cleanup\03.00.08.txt' is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7714255
System.IO.File.SetAttributes(String path, FileAttributes fileAttributes) +161
DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication() +3461
DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, Version dataBaseVersion) +1030
DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +116
DotNetNuke.Services.Install.Install.InstallApplication() in C:\inetpub\ProdCopy\Install\Install.aspx.vb:96
DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) in C:\inetpub\ProdCopy\Install\Install.aspx.vb:354
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074