Mr. Connolly,
I did as you suggested and deleted the OceanAppleWebKit.browser file. When I refreshed the install link I got a similar error for another of the files in the App_Browsers folder: OceanSpiders.browser:
'Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The browser or gateway element with ID 'docomon505i' cannot be found.
Source Error:
Line 23: --> Line 24: <browsers> Line 25: <browser id="GooglebotDocomon505i" parentID="docomon505i"> Line 26: <identification> Line 27: <userAgent match="Googlebot-Mobile/(?'version'(?'major'\d+)(?'minor'\.\d+))" />
|
Source File: MYWEBSITE\App_Browsers\OceanSpiders.browser Line: 25
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
I then saw the message from Mr. Craig about copying the files from a later upgrade version of DNN. I did that with the App_Browsers contents for version 5.06.04. I didn't see any more messages relating to those files, but the upgrade process halted right away as DNN attempted to run the 04.09.00.SqlDataProvider script:
Upgrading DotNetNuke
Current Assembly Version: 04.09.05
Current Database Version: 04.08.04
Upgrade Status Report
00:00:00.078 - Upgrading to Version: 4.9.5
00:00:01.310 - Executing Script: 04.09.00.SqlDataProvider
Server Error in '/' Application.
Access to the path 'MYWEBSITE\Portals\_default\04.09.00.config' 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 'MYWEBSITE\Portals\_default\04.09.00.config' 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 and IIS 7, and the configured application pool identity on IIS 7.5) 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:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. |
Stack Trace:
[UnauthorizedAccessException: Access to the path 'MYWEBSITE\Portals\_default\04.09.00.config' is denied.] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +9717806 System.IO.File.SetAttributes(String path, FileAttributes fileAttributes) +141 DotNetNuke.Services.Upgrade.Upgrade.UpdateConfig(String strVersion) +88 DotNetNuke.Services.Upgrade.Upgrade.ExecuteScript(String strScriptFile, String version, Boolean writeFeedback) +236 DotNetNuke.Services.Upgrade.Upgrade.UpgradeVersion(String strScriptFile, Boolean writeFeedback) +124 DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, String strDatabaseVersion) +412 DotNetNuke.Services.Install.Install.UpgradeApplication() +871 DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) +367 System.Web.UI.Control.OnLoad(EventArgs e) +91 System.Web.UI.Control.LoadRecursive() +74 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
|
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
So, I'm stymied again, but at least the process has begun. Any thoughts on what to do in this instance?
Thank you!
Steve Erbach
Neenah, WI