Hi Michael,

I'm having issue with my build of CCNET and windows 7 pro using IIS 7.5.
I downloaded the latest CCNET source and built it

I've modified the applicationHost.config as you indicated but I'm still 
getting the same error as before the modification.

error message:  *"Cannot add duplicate collection entry of type 'add' with 
unique key attribute 'name' set to 'CCNetHttpHandler' *

It doesn't like line 57
   56:         <handlers>
   57:             <add verb="*" path="*.aspx" 
type="ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler,ThoughtWorks.CruiseControl.WebDashboard"
 
name="CCNetHttpHandler" />
   58:             <add verb="*" path="*.xml" 
type="ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler,ThoughtWorks.CruiseControl.WebDashboard"
 
name="CCNetXmlHandler" />

I've configured the website to use Classic .NET AppPool

What am I missing?

Regards,
Andrew

Reply via email to