I copied my active site over to my development machine and got it up and running. After verifying that everything worked okay, I starting doing a dry run of an upgrade. This led to the error you'll find below.
The development machine is running Windows 7, IIS 7.5, SQL Server Express x64. The production server is running Server 2008, IIS 7, SQL Server Std x64. I've tried the dry run twice -- both times with the same results. I have the ISS_WPG running under a domain user, which is added to IIS_IUSRS on my development machine. I have reset the permissions on both inetpub and "My Website." I'm not really sure where I should go from here, so any suggestions would be great!
Server Error in '/' Application.
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:\inetpub\wwwroot\My Website\web.config line 172)
Source Error:
Line 170: <httpModules>
Line 171: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
Line 172: <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" /> Line 173: <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" /> Line 174: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" />
|
Source File: C:\inetpub\wwwroot\My Website\web.config Line: 172
Version Information: Microsoft .NET Framework Version:2.0.50727.4918; ASP.NET Version:2.0.50727.4918