DNN config error -- HttpModules

Discussion in 'Third-party applications' started by jj211, Jul 5, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Trying to do a clean install (several times) of DNN 05.04.04. Followed instructions at KBSearchID=174483 but I keep getting this error. What does it mean and what's the fix? (PS: I don't know code.) Thanks for any help.

    =================================

    Server Error in '/DotNetNuke/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. (E:\web\jovanovskic\htdocs\dotnetnuke\web.config line 97)

    Source Error:

    Line 95: <httpModules>
    Line 96: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
    Line 97: <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules"/>
    Line 98: <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules"/>
    Line 99: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules"/>


    Source File: E:\web\jovanovskic\htdocs\dotnetnuke\web.config Line: 97

    Version Information: Microsoft .NET Framework Version:2.0.50727.3607; ASP.NET Version:2.0.50727.3082
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Why don't you use the web application gallery installer in the control panel to install DNN?
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page