Hello! I just downloaded and installed v0.7.0 and ran into a couple of issues that I want to report. First, a little about my development installation / setup. 1. I am testing on my local machine which is running Windows 7 Home Premium 64-bit, 4-GB RAM, 250-GB HDD 2. My DotNetNuke installation is a fresh install of DNN 5.2.0. Issue #1 - MaxRequestLength ------------------------------------- I reviewed the release notes before installing and found only the typical DNN installation items along with some post installation setup instructions about creating users. When I first attempted the installation I immediately got a message "maxRequestLength exceeded...". After editing the web.config file and changing the appropriate entry the install succeeded. *** The release notes should include a note about changing the "maxRequestLength" *** Issue #2 - Website Trust Level ---------------------------------------- After the successful install, when I attepmted to return to the home page I receved the following "Server Error" screen. Server Error in '/dnn_520' Application. ________________________________________ Required permissions cannot be acquired. [PolicyException: Required permissions cannot be acquired.] System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet& denied, Boolean checkExecutionPermission) +10238142 System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet& denied, Int32& securitySpecialFlags, Boolean checkExecutionPermission) +97 A review of the error seemed to indicate a permission problem and a review of my web.config file showed that the website was running under "Medium Trust". I changed the setting to "Full Trust" and the website was again accessible. *** The release notes should indicate that the website permissions need to be changed to "Full Trust" in the web.config file. Issue #3 - Missing "OfficeStaff" Role ----------------------------------------------- Next I ran the "Site Wizard" as indicated in the release notes and eveything seemed to go fine. Next I created the three demo user accounts as indicated in the release notes but when I went to add the "OfficeStaff" role to the "demostaff" user I discovered that no "OfficeStaff" role was created. I can create this role but I don't know what security settings may be required for pages/modules.
|