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

H

Hanse Davion

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
 
J

John Saunders

....
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?
 
D

dr3d

John Saunders said:
...

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top