Posted to
IIS7 - General
by
AFournier
on
09-11-2006, 11:23 AM
In previous versions of IIS, it is possible to host the ASP.NET pipeline in a custom process via calls to ApplicationHost.CreateApplicationHost(), HttpRuntime.ProcessRequest(), and use of the SimpleWorkerRequest class. In fact Dino Esposito (and others) have written articles published in MSDN on how to do this.
While this technique is still ...