When we try to load balance our two web servers (virtual) we currently get a configuration error. The web servers sit in our DMZ, but are not part of a domain.
Description: An error occurred during the processing of a configuration file that's 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.AspnetHeadingPermission, System, Version2.0.0.0, Culture=neutral, PublicKeyToken='' failed
Source Error: (Highlights the following line in the <httpModules> section of the web.config)
<add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />
Any help would be greatly appreciated!
-Brian