I'm attempting to upgrade my DNN 4.5.x website to 4.8.x and I have taken the following steps:
1. Added Network Service with Read / write permissions
2. Add ASPNET service with Read / write permissions
3. Site is running in Full Trust mode
4. App Pool is set for 32 bit mode Classic
5. I copied DB settings & machinekey from previous web.config into release.config
6. Reset IIS7
I receive this message:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. (C:\HostingSpaces\hookarack\hookarack.com\wwwroot\web.config line 76)
Source Error:
Line 74: <httpModules>
Line 75: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
Line 76: <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />
Line 77: <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" />
Line 78: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" />
|
Source File: C:\HostingSpaces\hookarack\hookarack.com\wwwroot\web.config
Line: 76
Version Information: Microsoft .NET Framework Version:2.0.50727.1434; ASP.NET Version:2.0.50727.1434
Any help would be much appreciated.