<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS7 - General</title><link>http://forums.iis.net/1041.aspx</link><description>For any general questions relating to IIS 7</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Hosting ASP.NET (Integrated) Pipeline in IIS 7</title><link>http://forums.iis.net/thread/1395989.aspx</link><pubDate>Mon, 11 Sep 2006 22:44:49 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1395989</guid><dc:creator>anilr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1395989.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1395989</wfw:commentRss><description>&lt;p&gt;That is not possible (and probably wouldn&amp;#39;t ever be because of the amount of dependency on IIS interfaces for integrated pipeline functionality of asp.net).&lt;/p&gt;&lt;p&gt;What is possible is to run your own instance of the iis web core using your own configuration including your own request-queue/site-binding etc using hostable web-core - look at documentation regarding that or in the header hwebcore.h in the vista/longhorn platform sdk - you are still constrained to use http.sys for the actual request listening etc in this mode though.&lt;/p&gt;</description></item><item><title>Hosting ASP.NET (Integrated) Pipeline in IIS 7</title><link>http://forums.iis.net/thread/1395495.aspx</link><pubDate>Mon, 11 Sep 2006 15:23:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1395495</guid><dc:creator>AFournier</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1395495.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1041&amp;PostID=1395495</wfw:commentRss><description>&lt;p&gt;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.&amp;nbsp; In fact Dino Esposito (and others) have written articles published in MSDN on how to do this.&lt;/p&gt;&lt;p&gt;While this technique is still supported in IIS 7, the web application executed in this manner operates in IIS 7&amp;#39;s ISAPI mode rather than in the new Integrated mode.&amp;nbsp; Does anyone know if there is a way to do this and have the application operate in Integrated mode?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Andrew&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>