I am trying to install DotNetNuke on my hosting server.
However, when I point my web browser to the site, I get the following error:
Server Error in '/Install' 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' or one of its dependencies. The system cannot find the file specified. (d:\hosting\mountaincruz\web.config line 97)
Source Error:
[No relevant source lines]
|
Source File: d:\hosting\mountaincruz\web.config Line: 97
I ftp'd web.config back to local computer and here is line 97:
<add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />
Can anyone shed any light on what I need to do to overcome this error and complete the installation of DotNetNuke?
Thanks much!
(By the way, I tried searching this forum but the search kept timing out on me giving me an error...)