Hi,
Hope someone can help me with installation errors. I tried installing both 4.9.0 and 5.1.4 but encountered the same error. I just havent a clue of what causing it. I have installed 4.9.0 before and everything was ok but today it gives errors.
Version: 04.09.00
Installation Status Report
00: - Installing Version: 4.4.0
00: - Executing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.046 - Executing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:02.484 - Executing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:05.828 - Installing MemberRole Provider:
00:00:05.828 - Executing Script: InstallCommon
00:00:06.281 - Executing Script: InstallMembership
00:00:06.578 - Executing Script: InstallProfile
00:00:06.718 - Executing Script: InstallRoles
00:00:06.953 - Upgrading to Version: 4.9.0
00:00:06.968 - Executing Script: 04.04.01.SqlDataProvider Success
00:00:07.046 - Executing Script: 04.05.00.SqlDataProvider Success
00:00:07.890 - Executing Script: 04.05.01.SqlDataProvider Success
00:00:08.093 - Executing Script: 04.05.02.SqlDataProvider Success
00:00:08.312 - Executing Script: 04.05.03.SqlDataProvider Success
00:00:08.375 - Executing Script: 04.05.04.SqlDataProvider Success
00:00:08.406 - Executing Script: 04.05.05.SqlDataProvider Success
00:00:08.421 - Executing Script: 04.06.00.SqlDataProvider
Server Error in '/holiday' Application.
Runtime Error
after changing the custom error mode to Off, I got the following:
Upgrading DotNetNuke
Current Assembly Version: 04.09.00
Current Database Version: 04.05.05
Upgrade Status Report
00: - Upgrading to Version: 4.9.0
00:00:00.015 - Executing Script: 04.06.00.SqlDataProvider
Server Error in '/holiday' Application.
Access to the path 'E:\Websites\www.holiday.com\Portals\_default\04.06.00.config' is denied.
if someone could explain to me in layman term will be good.
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 'E:\Websites\www.holiday.com\Portals\_default\04.06.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) 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 'E:\Websites\www.holiday.com\Portals\_default\04.06.00.config' is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7714255
System.IO.File.SetAttributes(String path, FileAttributes fileAttributes) +161
DotNetNuke.Services.Upgrade.Upgrade.UpdateConfig(String strVersion) +88
DotNetNuke.Services.Upgrade.Upgrade.ExecuteScript(String strScriptFile, String version, Boolean writeFeedback) +209
DotNetNuke.Services.Upgrade.Upgrade.UpgradeVersion(String strScriptFile, Boolean writeFeedback) +124
DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, String strDatabaseVersion) +395
DotNetNuke.Services.Install.Install.UpgradeApplication() +875
DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) +272
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
|
thanks,
nitha