At 09:56 PM 10/1/2004, hammett wrote: >----- Original Message ----- >From: "William A. Rowe, Jr." <[EMAIL PROTECTED]> > >> FYI, the understanding of mono and the mod_aspdotnet projects >> is that it's not a violation to connect to a Microsoft ASP.NET >> implementation, but that some of the ASP.NET implementation >> itself is trademarked, and best avoided. > >Yes, AFAIK the mono people are at they own risk by providing an ASP.Net >implementation and even working on a Winforms implementation (not sure about >the status of both). But something that I'd like to know if it's allright to >host code that uses Winforms API or Asp.Net API here @ apache... >Probably it is.
Certainly one can use them. One can implement the server side interface to support the MS implementation (e.g. a custom implementation of System.Web.Host), of which Cassini and several other containers are nice examples. We would be ill advised to actually implement those MS dot net ourselves, System.Web.Services etc... Mono isn't based in the US so they aren't concerned, but care enough about their US users to set those implementations aside in a separate package. If we targeted those, perhaps that could be a problem, perhaps not. But it sounds like Castle does much more than that, and any thunks into MS's, mono's or another cli and it's interfaces will be incidental. Bill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]