I have a DNN 4.6 website which has been operating OK for some time. I now want to install a Web Service onto the default website, which is a DNN website. The web service works OK on other windows 2003 servers, where DNN is not installed and in a test environment in XP.
When we install and run our web service (which is a virtual directory under the DNN website) we get the following 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. (F:\WEBSites\DNN\web.config line 59)
Source Error:
Line 57: <httpModules>
Line 58: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
Line 59: <add name="Compression" type="DotNetNuke.HttpModules.Compression.HttpModule, DotNetNuke.HttpModules.Compression" /
Can anyone shed some light on this. I have attempted many config changes, but as yet cannot get the web service to work.
Steve