Hi,
I have installed DNN 4.4.1 local without any problems. Now I'am trying to install DNN on the hosting server (provider is Active24). And I get the following error:
Installation Status Report
00:00:00.312 - Installing Version: 4.4.0
00:00:00.328 - Installing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.390 - Installing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:17.174 - Installing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:26.176 - Installing MemberRole Provider:
00:00:26.191 - Installing Script: InstallCommon.sql
00:00:27.035 - Installing Script: InstallMembership.sql
00:00:27.660 - Installing Script: InstallProfile.sql
00:00:28.020 - Installing Script: InstallRoles.sql
00:00:29.082 - Upgrading to Version: 4.4.1 Success
00:00:29.348 - Performing General Upgrades
00:00:29.833 - Loading Host Settings:
00:00:30.067 - Configuring SuperUser:
00:00:31.130 - Installing Modules:
00:00:31.270 - Executing Additional Scripts:
00:00:31.286 - Creating Portal: My Website
00:00:36.646 - Error: Error configuring Child PortalRequest for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) at System.Security.CodeAccessPermission.Demand() 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:36.646 - Portal failed to install:Error!
00:00:36.646 - Installing Optional Resources:
Installation Complete
My directory structure is
root ->website
In website I FTP-ed the DNN-files and folders. Here is also my (dnn)web.config. In the root dir is also a web.config (from Active24).
The server has Windows server 2003 and IIS 6.0
The Network Service user has all rights in the website direcory (and hopefully also in the sub-dirs, that is difficult to see)
The support of Active24 is miserable, the only told me that installation of DNN is possible, but supporting the installation is null.
What am I doing wrong???