At 09:30 AM 11/30/2004, Jeff White wrote: >From: "William A. Rowe, Jr." > >>If the security was enabled > >Such as...
The fact that a normal application security model won't let us... >>to allow the .NET managed space to instance System.Web.Hosting, > >You mean calling CreateApplicationHost? >In an already running .NET process? Yes and drive the ApplicationHost from the .NET process... >>then yes, you could implement ASP.NET as a pure .NET solution :) > >ASP.NET is in and running in .NET already.... No other way around. mod_dotnet isn't going to be ASP.NET (thought I covered that before - thought it was part of what you and others were looking for). It will be a normal CLR instance. With full access to all Apache's hooks, it can either run side-by-side with mod_aspdotnet, or an ASP.NET handler could easily be coded in Apache.NET (mod_dotnet) as a pure .NET implementation. Anyways, that would be a much later game to play. I'm going to start with the primitives for connection and request rec, and body read/write before I go much further, as a proof of concept. Once my holiday break arives, that is. Bill