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







On Aug 22, 9:17 am, benny <[email protected]> wrote:
> 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,Though 
> tWorks.CruiseControl.WebDashboard"
> name="CCNetHttpHandler" preCondition="integratedMode" />
>                 <add verb="*" path="*.xml"
> type="ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler,Though 
> tWorks.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.

Reply via email to