HTTP Error 500.21 - Internal Server Error Handler "CCNetHttpHandler" has a bad module "ManagedPipelineHandler" in its module list

798 views
Skip to first unread message

benny

unread,
Aug 22, 2010, 10:17:02 AM8/22/10
to ccnet-user
HTTP Error 500.21 - Internal Server Error
Handler "CCNetHttpHandler" has a bad module "ManagedPipelineHandler"
in its module list

I've tried preCondition="integratedMode"

This is exactly what I have in my web.config file
===================================================
<!-- Enable the handles in IIS 7.0 or later-->
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<handlers>
<add verb="*" path="*.aspx"
type="ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler,ThoughtWorks.CruiseControl.WebDashboard"
name="CCNetHttpHandler" preCondition="integratedMode" />
<add verb="*" path="*.xml"
type="ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler,ThoughtWorks.CruiseControl.WebDashboard"
name="CCNetXmlHandler" preCondition="integratedMode" />
</handlers>
</system.webServer>
</configuration>
===================================================

I am running windows 7 with iis 7

I am running web dashboard under it's own website. I'm not really sure
where to go from here.


benny

unread,
Aug 24, 2010, 10:21:36 AM8/24/10
to ccnet-user
I found the solution to my problem. I reinstalled .net and badda bing.
it worked.

%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i

Want more details.

http://bencoffman.com/blog/2010/08/21/HandlerCCNetHttpHandlerHasABadModuleManagedPipelineHandlerInItsModuleList.aspx
Reply all
Reply to author
Forward
0 new messages