Hello All,
I am hairless now, trying to figure out what is behind this:
I have this site with many portals, each has usually 3 aliases, one internal (e.g. www.mysite.com/portalID), one is the portal site (e.g. portalId.com) amd the last is the portal site with www (i.e. www.portalid.com).
one portal only among the portals i have, and one alias only is giving me the following error:
Server Error in '/PortalID' 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: Could not load file or assembly 'DotNetNuke.HttpModules.Compression' or one of its dependencies. The system cannot find the file specified. (d:\webspace\Basel\MySite\WWW\web.config line 59)
Source Error:
Line 57: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / --> Line 58: Line 59: <add name="Compression" type="DotNetNuke.HttpModules.Compression.HttpModule, DotNetNuke.HttpModules.Compression" /> Line 60: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" /> Line 61: <add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception" />
|
Source File: d:\webspace\Basel\MySite\WWW\web.config Line: 59
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
i thought this is only related to being logged in as admin, but no, it also happens if i go directly to the internal alias without being logged in.
please help.