472,328 Members | 1,223 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,328 software developers and data experts.

The module 'HTTPHandler' is already in the application and cannot be added again

Can anyone provide some insight on what this problem could be? I have
searched the web, read forums, and all the installation documentation for
the dotnetnuke feeware portal from asp.net. I am very confident that all
the security settings have been configured correctly. My setup is a Windows
XP 5.1, MSDE SP3, and VS2003.

-----------------------------

Server Error in '/DotNetNuke' 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: The module 'HTTPHandler' is already in the application
and cannot be added again

Source Error:

Line 7: <system.web>
Line 8: <httpModules>
Line 9: <add name="HTTPHandler" type="DotNetNuke.HTTPHandler,
DotNetNuke" />
Line 10: </httpModules>
Line 11: <!-- set debugmode to false for running application -->

Source File: C:\Inetpub\wwwroot\DotNetNuke\web.config Line: 9
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
Nov 17 '05 #1
2 2032
"Hanse Davion" <hd*****@hotmail.com> wrote in message
news:uT**************@tk2msftngp13.phx.gbl...
....
Parser Error Message: The module 'HTTPHandler' is already in the application and cannot be added again

Source Error:

Line 7: <system.web>
Line 8: <httpModules>
Line 9: <add name="HTTPHandler" type="DotNetNuke.HTTPHandler,
DotNetNuke" />
Line 10: </httpModules>
Line 11: <!-- set debugmode to false for running application -->


I'm not familiar with the setup of DotNetNuke, but did you mean to declare
your HttpHandler in the httpModules section?
--
John Saunders
Internet Engineer
jo***********@surfcontrol.com
Nov 17 '05 #2
"John Saunders" <jo***********@surfcontrol.com> wrote in message news:<#a**************@TK2MSFTNGP10.phx.gbl>...
"Hanse Davion" <hd*****@hotmail.com> wrote in message
news:uT**************@tk2msftngp13.phx.gbl...
...
Parser Error Message: The module 'HTTPHandler' is already in the

application
and cannot be added again

Source Error:

Line 7: <system.web>
Line 8: <httpModules>
Line 9: <add name="HTTPHandler" type="DotNetNuke.HTTPHandler,
DotNetNuke" />
Line 10: </httpModules>
Line 11: <!-- set debugmode to false for running application -->


I'm not familiar with the setup of DotNetNuke, but did you mean to declare
your HttpHandler in the httpModules section?


is there a parent directory with it's own web.config?
I *think* you can change the name w/o adversely affecting dotnetnuke
else
insert a <remove name="HTTPHandler"> before the <add

-scott
Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Chad Crowder | last post by:
Getting the following error on my production server whether the file exists or not: "System.IO.IOException: Cannot create a file when that file...
2
by: Hanse Davion | last post by:
Can anyone provide some insight on what this problem could be? I have searched the web, read forums, and all the installation documentation for...
7
by: Adam | last post by:
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the...
8
by: bryan | last post by:
I've got a custom HttpHandler to process all requests for a given extension. It gets invoked OK, but if I try to do a Server.Transfer I get an...
4
by: Anbu | last post by:
Hi All, I'm implementing a soapreceiver class in a web site. The required httpHandler tag was also added in the web.config as below. ...
0
by: Anbu | last post by:
Hi All, I'm implementing a soapreceiver class in a web site. The required httpHandler tag was also added in the web.config as below. ...
6
by: David | last post by:
Hi, I'm very new to ASP.NET. I have over 10 years of C++ experience in MFC and Games programming etc, but web programming is something I have...
5
by: Author | last post by:
I followed the example at http://support.microsoft.com/kb/308001/EN-US/ and created my own HttpHandler. Here is the code: using System.Web; ...
3
ram09
by: ram09 | last post by:
After deploying our site in the iis7 server, we encountered this error... ModuleName AspNetInitializationExceptionModule Notification 1 ...
0
by: tammygombez | last post by:
Hey fellow JavaFX developers, I'm currently working on a project that involves using a ComboBox in JavaFX, and I've run into a bit of an issue....
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
1
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.