Hello All,
Am a newbie to DNN, we have a host with maybe 8 portals,
all of a sudden, only 2 portals are givings the following error page when opened:
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\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" />
|
I tried to remove the line from web.config, even that it doesn't make logic, but i get the error on the line after it :|
<add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" />
this leads me to think of a syntac error in the web.config, but why some portals are opening normally then?!!!
please help, i am using DNN 4.4.1