> Allowing for invocation of the compiler as a module
> would require its embedding, but
> If you have it is as an ASP.NET
No, it would not. The various interfaces in CodeDom.Compiler are
basically interfaces to the equivalent to "system ("csc ...")".
CodeDom merely outputs the DOM to a temporary file, and calls the
compiler. Sorry to disappoint you.
Miguel.