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 supported in IIS 7, the web application executed in this manner operates in IIS 7's ISAPI mode rather than in the new Integrated mode. Does anyone know if there is a way to do this and have the application operate in Integrated mode?
Thanks,
Andrew