Hello, I've been trying to install DotNetNuke on a Windows 2003 server running IIS6 but I keep seeing the same issue repeatedly. On some occasions the install warns me that the Network Service user account needs to have full permissions on the virtual root. On other occasions, the install goes through and fails to install modules as well as a default portal (see the stack trace below). The problem with all these issues is that the network service user account has been set with full permissions on the virtual directory folder as well as its subfolders. One of the differences i've noticed from other servers that had successful installs is a .Net Framework Security Update that has been installed. I sincerely doubt that the dotnet framework is corrupt on the server. When the modules are installed are they downloaded off the net? Perhaps there may be a firewall issue. Any help would be greatly appreciated. Thanks in advance.
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)