Today we are, Mathieu and Laurent, at the "Tour de France". Jerome will arrive the afternoon. So we only miss Kader to have the whole team at this event. It is not about cycling but about ASP.NET. We will present our web site Tech head Brothers to the east of France .NET community. I will post this evening a set of pictures form the event.

As requested by EROL a picture from that event:

THANKS to Microsoft Team it was a very nice day and a cool evening !!!! Hey Pascal, ALLEZ l'OM ;-)
I finally managed :-) to have Draco.net working on Windows 2003 Server with cvs. I always had a 100% cpu usage when Draco.net detected a change and that was due to a cvs process.
The solution I used was to define <cvsroot>:sspi:SERVERNAME:/MyREPO</cvsroot> like that. Before I had <cvsroot>:sspi:User@SERVERNAME:E:/MyREPO</cvsroot>, and it was not working with that configuration.
I use CVSNT 2.0.13 and Draco.net 1.5-beta-2.
I use that continous integration tools to develop with my brother our web site. The good thing is that when he change something in the cvs repository I get an email with the changes listed and the status of a build. This ease our communication concerning release. Cool !!!!