I did a quck search and didn't see anyone with the same errors..
the dnn directory has write/modify permissions for itself and all sub folders according to all that I can see through the providers tools, but I still can't seem to get this thing to go.
one question.. is there a way to restart the process without having to start from scratch?.. so as I test things to "make it work" it doesnt' take me a day to go through the process...
Any help or hints on the errors below will be greatly appreaciated
-----------------------------------------------------------------------------------------------------------
Version: 04.04.00
Installation Status Report
00:00:00.906 - Installing Version: 4.4.0
00:00:00.906 - Installing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.984 - Installing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:11.187 - Installing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:16.922 - Installing MemberRole Provider:
00:00:16.922 - Installing Script: InstallCommon.sql
00:00:17.500 - Installing Script: InstallMembership.sql
00:00:18.359 - Installing Script: InstallProfile.sql
00:00:18.562 - Installing Script: InstallRoles.sql
00:00:19.172 - Performing General Upgrades
00:00:19.500 - Loading Host Settings:
00:00:19.578 - Configuring SuperUser:
00:00:20.062 - Installing Modules:
00:00:20.203 - Installing Module File HTML_03.03.00_Install: Error!
00:00:20.687 - Installing Module File Links_03.03.00_Install: Error!
00:00:20.891 - Executing Additional Scripts:
00:00:20.906 - Creating Portal: My Website
00:00:22.172 - Error: Error configuring Child PortalAccess to the path 'E:\kunden\homepages\11\d193336720\dnn\Portals\0\' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity) at DotNetNuke.Entities.Portals.PortalController.CreatePortal(String PortalName, String FirstName, String LastName, String Username, String Password, String Email, String Description, String KeyWords, String TemplatePath, String TemplateFile, String HomeDirectory, String PortalAlias, String ServerPath, String ChildPath, Boolean IsChildPortal)
00:00:22.172 - Portal failed to install:Error!
00:00:22.172 - Installing Optional Resources:
00:00:22.172 - Installing Module File HTML_03.03.00_Install: Error!
00:00:22.219 - Installing Module File Links_03.03.00_Install: Error!
Installation Complete
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:\kunden\homepages\11\d193336720\dnn\Compression.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:
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:
[UnauthorizedAccessException: Access to the path 'E:\kunden\homepages\11\d193336720\dnn\Compression.config' is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2014451
System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) +488
DotNetNuke.HttpModules.Compression.Settings.GetSettings() +564
DotNetNuke.HttpModules.Compression.HttpModule.CompressContent(Object sender, EventArgs e) +401
System.Web.HttpApplication.RaiseOnPreSendRequestHeaders() +132
|
Server Error in '/dnn' Application.
Access to the path 'E:\kunden\homepages\11\d193336720\dnn\Compression.config' is denied.