Hi, after reading a recent post about deleted files in SVN, it got me thinking about how CruiseControl.Net handles ASP.Net Websites. If a Web page is deleted from within SourceSafe, then that doesn't disappear from the Web directory either.
That's OK for projects which have a Project File (*.csproj for example), so Web Application Projects and Class Library Projects are fine because the extra (deleted) files are ignored, but the ASP.Net compiler still includes the "deleted" page. Any ideas?
