Renamed my web.config to something else then renamed release.config to web config then copied over my data base connection stuffs and machinekey, then went in to the site to get the upgrade going and BOOOM!
The problem is that the stupid directory in question doesn't exist!!!!
Upgrading DotNetNuke
Current Assembly Version: 04.08.00
Current Database Version: 04.05.03
Upgrade Status Report
00:00:00.010 - Upgrading to Version: 4.8.0
00:00:00.040 - Executing Script: 04.05.04.SqlDataProvider Success
00:00:00.650 - Executing Script: 04.05.05.SqlDataProvider Success
00:00:00.670 - Executing Script: 04.06.00.SqlDataProvider Success
00:00:01.832 - Executing Script: 04.06.01.SqlDataProvider Success
00:00:01.842 - Executing Script: 04.06.02.SqlDataProvider Success
00:00:01.852 - Executing Script: 04.07.00.SqlDataProvider Error! (see 04.07.00.log for more information)
00:00:02.453 - Executing Script: 04.08.00.SqlDataProvider Success
00:00:02.613 - Performing General Upgrades
00:00:03.274 - Installing Package File LiveID_01.00.00_Install:
Server Error in '/' Application.
Access to the path 'c:\inetpub\wwwroot\desd\Portals\_default\Temp\rwongade\App_LocalResources' 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\wwwroot\desd\Portals\_default\Temp\rwongade\App_LocalResources' 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 'c:\inetpub\wwwroot\desd\Portals\_default\Temp\rwongade\App_LocalResources' is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +1971539
System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) +2679248
System.IO.DirectoryInfo.Create() +15
DotNetNuke.Services.Packages.Util.WriteStream(Stream SourceStream, String DestFileName) +83
DotNetNuke.Services.Packages.InstallerInfo.ReadZipStream(Stream inputStream) +197
DotNetNuke.Services.Packages.InstallerInfo..ctor(Stream inputStream, String sitePath) +244
DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.InstallPackage(String strFile, Boolean allowResources, Boolean writeFeedback, Int32 indent) +319
DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.Install(Boolean writeFeedback, Int32 indent, String type) +937
DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.Install(Boolean writeFeedback, Int32 indent) +17
DotNetNuke.Services.Install.Install.UpgradeApplication() +933
DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) +286
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
|