<?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>Application Initialization Module</title><link>http://forums.iis.net/1165.aspx</link><description>All about the IIS Application Initialization Module.  Use this forum to ask questions, discuss issues, request features and talk to the IIS team members.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>SharePoint 2010 and Application Initialization configuration</title><link>http://forums.iis.net/thread/2018922.aspx</link><pubDate>Tue, 10 Apr 2012 10:28:34 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2018922</guid><dc:creator>moontear</dc:creator><slash:comments>11</slash:comments><comments>http://forums.iis.net/thread/2018922.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=2018922</wfw:commentRss><description>&lt;p&gt;I have read the &lt;a href="http://learn.iis.net/page.aspx/1089/iis-80-application-initialization"&gt;documentation &lt;/a&gt;of the Application Initilization and tried the steps with a SharePoint 2010 web application. However I don&amp;#39;t get any error nor any loading splash page.&lt;/p&gt;&lt;p&gt;These are my &lt;i&gt;&amp;lt;applicationPools&amp;gt;&lt;/i&gt; settings in the &lt;i&gt;applicationHost.config&lt;/i&gt; (bolded are the changes due to app init):&lt;/p&gt;&lt;p&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;SharePoint - 80&amp;quot; autoStart=&amp;quot;true&amp;quot; &lt;b&gt;startMode=&amp;quot;AlwaysRunning&amp;quot;&lt;/b&gt; managedPipelineMode=&amp;quot;Integrated&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;processModel identityType=&amp;quot;SpecificUser&amp;quot; userName=&amp;quot;...&amp;quot; password=&amp;quot;...&amp;quot; loadUserProfile=&amp;quot;true&amp;quot; idleTimeout=&amp;quot;00:00:00&amp;quot; pingingEnabled=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;recycling logEventOnRecycle=&amp;quot;Time, Requests, Schedule, Memory, IsapiUnhealthy, OnDemand, ConfigChange, PrivateMemory&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;periodicRestart time=&amp;quot;00:00:00&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;schedule&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;clear /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add value=&amp;quot;02:36:00&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/schedule&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/periodicRestart&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/recycling&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;failure rapidFailProtectionMaxCrashes=&amp;quot;10&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/add&amp;gt;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;and the &amp;lt;site&amp;gt; section:&lt;/p&gt;&lt;p&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;site name=&amp;quot;SharePoint - 80&amp;quot; id=&amp;quot;244320120&amp;quot; serverAutoStart=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;application path=&amp;quot;/&amp;quot; &lt;b&gt;preloadEnabled=&amp;quot;true&amp;quot;&lt;/b&gt; applicationPool=&amp;quot;SharePoint - 80&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;virtualDirectory path=&amp;quot;/&amp;quot; physicalPath=&amp;quot;C:\inetpub\wwwroot\wss\VirtualDirectories\extranet.dev80&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;virtualDirectory path=&amp;quot;/_vti_bin&amp;quot; physicalPath=&amp;quot;C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\isapi&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;virtualDirectory path=&amp;quot;/_vti_bin/anonsvc&amp;quot; physicalPath=&amp;quot;C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\isapi\anonsvc&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;virtualDirectory path=&amp;quot;/_layouts&amp;quot; physicalPath=&amp;quot;C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\layouts&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;virtualDirectory path=&amp;quot;/_layouts/images&amp;quot; physicalPath=&amp;quot;C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\images&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;virtualDirectory path=&amp;quot;/_layouts/inc&amp;quot; physicalPath=&amp;quot;C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\layouts\inc&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;virtualDirectory path=&amp;quot;/_layouts/styles&amp;quot; physicalPath=&amp;quot;C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\layouts\styles&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;virtualDirectory path=&amp;quot;/_wpresources&amp;quot; physicalPath=&amp;quot;C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;virtualDirectory path=&amp;quot;/_controltemplates&amp;quot; physicalPath=&amp;quot;C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\controltemplates&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;virtualDirectory path=&amp;quot;/_layouts/ClientBin&amp;quot; physicalPath=&amp;quot;C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\layouts\clientbin&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;virtualDirectory path=&amp;quot;/_layouts/1033&amp;quot; physicalPath=&amp;quot;C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\template\layouts\1033&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/application&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;application path=&amp;quot;/_vti_bin/sts&amp;quot; applicationPool=&amp;quot;SecurityTokenServiceApplicationPool&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;virtualDirectory path=&amp;quot;/&amp;quot; physicalPath=&amp;quot;C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\isapi\sts&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/application&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bindings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;binding protocol=&amp;quot;http&amp;quot; bindingInformation=&amp;quot;:80:extranet.dev&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bindings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;logFile logFormat=&amp;quot;W3C&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/site&amp;gt; &lt;/i&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and finally under &lt;i&gt;&amp;lt;system.webserver&amp;gt;&lt;/i&gt; in the web apps &lt;i&gt;web.config&lt;/i&gt;:&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;applicationInitialization remapManagedRequestsTo=&amp;quot;init.html&amp;quot; skipManagedModules=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add initializationPage=&amp;quot;/&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/applicationInitialization&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;I put a sample &lt;i&gt;init.html&lt;/i&gt; into the&amp;nbsp; web applications directory: &lt;i&gt;C:\inetpub\wwwroot\wss\VirtualDirectories\80&lt;/i&gt;.&lt;/p&gt;&lt;p&gt;The problem is that SharePoint just loads normally, there is not splash page shown. I am assuming this has to do with SharePoint modifying the IIS Pipeline and having its own virtual path provider?&lt;/p&gt;&lt;p&gt;Steve Schofield &lt;a href="http://blogs.iis.net/steveschofield/archive/2012/04/03/app-warm-up-module-released-for-windows-server-2008-r2.aspx"&gt;writes &lt;/a&gt;that the application initilization is perfect for Sharepoint, yet I can&amp;#39;t get it to work.&lt;/p&gt;&lt;p&gt;Could someone point me in the right direction and give me the correct settings to have my init.html displayed? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Supported .NET Version problem?</title><link>http://forums.iis.net/thread/2020350.aspx</link><pubDate>Mon, 30 Apr 2012 21:05:41 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2020350</guid><dc:creator>nzcraig2006</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/2020350.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=2020350</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Hi I&amp;#39;ve configured the Auto-Start and updated the configurations.&amp;nbsp; However I don&amp;#39;t see any improvements when I start the app pool up.&amp;nbsp; It still takes &amp;gt; 10 sec to show the login page and I get this warning in the Event Log:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;There was an error during processing of the managed application service auto-start for application pool: &amp;#39;DefaultAppPool&amp;#39;.  The configured .Net Framework for this application pool doesn&amp;#39;t support managed application services.  As a result, no managed application service auto-start has been completed.  To resolve this issue, please change the .Net Framework version configured for this application pool to one that supports managed application service.  The data field contains the error code.&lt;/p&gt;&lt;p&gt;Does this mean I have to wait for ASP.NET v4.5 to come out before I can use this?&amp;nbsp; My app pool is using v4.0 which I thought would have worked fine.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Craig&lt;/p&gt;</description></item><item><title>Warm up module not visible</title><link>http://forums.iis.net/thread/2018789.aspx</link><pubDate>Sun, 08 Apr 2012 16:57:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2018789</guid><dc:creator>harshbardhan.harsh</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/2018789.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=2018789</wfw:commentRss><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;I have installed iis Application Warm up module.I am using Windows 7 and iis 7.5.&lt;/p&gt;
&lt;p&gt;After opening iis manager i can not see Warm up module anywhere.&lt;/p&gt;
&lt;p&gt;How to configure warm up module&amp;gt;&lt;/p&gt;</description></item><item><title>Migration from IIS 6.0 to IIS 7.5</title><link>http://forums.iis.net/thread/1970175.aspx</link><pubDate>Mon, 31 Jan 2011 12:52:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1970175</guid><dc:creator>snehabhasin</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1970175.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1970175</wfw:commentRss><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;I am not well versed with IIS. Just wanted to ask,&lt;/p&gt;
&lt;p&gt;While migrating from IIS 6.0 to IIS 7.5, what changes do i need to make&amp;nbsp;on IIS&amp;nbsp;in order to get Windows Authentication working on Intranet.&lt;/p&gt;
&lt;p&gt;My Application is in .Net 2.0.&lt;/p&gt;
&lt;p&gt;Many Thanks&lt;/p&gt;</description></item><item><title>So what is happening?</title><link>http://forums.iis.net/thread/1986297.aspx</link><pubDate>Mon, 20 Jun 2011 11:25:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1986297</guid><dc:creator>aussiealf</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1986297.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1986297</wfw:commentRss><description>3 months on and no word... would be nice to know what the &amp;quot;new&amp;quot; direction is? Considering this was a &amp;quot;sharepoint&amp;quot; thing to start with, then a overall IIS thing with blog posts etc, to disappearing without further mention.

IIS comes across to users as being pathetically slow due to the &amp;quot;lazy&amp;quot; initialisation. The Warm Up seemed to work well, when working.</description></item><item><title>How to powershell script the IIS warm-up for asp.net 4.0 ?</title><link>http://forums.iis.net/thread/1985611.aspx</link><pubDate>Tue, 14 Jun 2011 11:38:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1985611</guid><dc:creator>LordSmacker</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1985611.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1985611</wfw:commentRss><description>&lt;p&gt;Hi there,&lt;/p&gt;&lt;p&gt;Can anybody please tell me how to powershell script the IIS to use the asp.net 4.0 warm-up mechanism? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I&amp;#39;ve created this powershell script, but it doesn&amp;#39;t seem to write anything into the applicationHost.config file: &lt;br /&gt;( trying to implement step 3 from here, but using Powershell: 
http://weblogs.asp.net/gunnarpeipman/archive/2010/01/31/asp-net-4-0-how-to-use-application-warm-up-class.aspx
 )&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Import-Module WebAdministration&lt;br /&gt;&lt;br /&gt;$SiteName=&amp;quot;Default Web Site&amp;quot;&lt;br /&gt;$ApplicationName=“WebOne“&lt;br /&gt;&lt;br /&gt;Add-WebConfiguration &amp;quot;system.applicationHost/sites/site[@name=&amp;#39;Default Web Site&amp;#39;]/application[@path=&amp;#39;WebOne&amp;#39;]&amp;quot; -Value @{serviceAutoStartEnabled=&amp;quot;true&amp;quot;;serviceAutoStartProvider=&amp;quot;PreWarmMyCache&amp;quot;} -PSPath IIS:\Sites\$SiteName\$ApplicationName -Location $SiteName/$ApplicationName &lt;/p&gt;&lt;p&gt;&lt;br /&gt;I&amp;#39;m trying to add these two(2) properties ( &lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;&lt;span&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;serviceAutoStartEnabled&lt;/font&gt;=&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot; and &lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;&lt;span&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;serviceAutoStartProvider&lt;/font&gt;=&amp;quot;&lt;font color="#0000ff"&gt;PreWarmMyCache&lt;/font&gt;&amp;quot;)&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;:&lt;br /&gt;&lt;br /&gt;e.g.:&lt;br /&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;&lt;span style="color:blue;mso-no-proof:no;"&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;application&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;path&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&lt;/span&gt;&amp;quot; &lt;b&gt;&lt;font color="#ff0000"&gt;serviceAutoStartEnabled&lt;/font&gt;=&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot; &lt;font color="#ff0000"&gt;serviceAutoStartProvider&lt;/font&gt;=&amp;quot;&lt;font color="#0000ff"&gt;PreWarmMyCache&lt;/font&gt;&amp;quot; &lt;/b&gt;/&lt;/span&gt;&lt;span style="color:blue;mso-no-proof:no;"&gt;&amp;gt;:&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;To my current Application Path:&lt;/p&gt;&lt;p class="CodeCxSpLast"&gt;&lt;font&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;&lt;span style="color:blue;"&gt;&amp;lt;sites&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;site name=&amp;quot;Default Web Site&amp;quot; id=&amp;quot;1&amp;quot;&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;application path=&amp;quot;/WebOne&amp;quot; applicationPool=&amp;quot;ASP.NET v4.0&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;virtualDirectory path=&amp;quot;/&amp;quot; physicalPath=&amp;quot;C:\NetProjects\WebOne&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/application&amp;gt;&lt;font face="Courier New"&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;br /&gt;&lt;font face="Courier New"&gt;&lt;span style="color:blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/span&gt;&lt;span&gt;site&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;&lt;font face="Courier New"&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;sites&lt;span style="color:blue;"&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class="CodeCxSpLast"&gt;&lt;font&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;&lt;span&gt;&lt;span style="color:blue;"&gt;&lt;br /&gt;I will also need to powershell script this:&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;( step 4 from here, but using Powershell: 
http://weblogs.asp.net/gunnarpeipman/archive/2010/01/31/asp-net-4-0-how-to-use-application-warm-up-class.aspx
 )&lt;/p&gt;&lt;p class="CodeCxSpLast"&gt;&lt;font&gt;&lt;font size="2"&gt;&lt;font&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;&lt;span style="color:blue;mso-no-proof:no;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="mso-no-proof:no;"&gt;serviceAutoStartProviders&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;&lt;font face="Courier New"&gt;&lt;span style="color:blue;mso-no-proof:no;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;&lt;/span&gt;&lt;span style="mso-no-proof:no;"&gt;add&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;PreWarmMyCache&lt;/span&gt;&amp;quot; &lt;font color="#ff0000"&gt;type&lt;/font&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;font color="#0000ff"&gt;PreWarmCache, MyAssembly&lt;/font&gt;&amp;quot;&lt;span style="color:blue;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;&lt;font face="Courier New"&gt;&lt;span style="color:blue;mso-no-proof:no;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="mso-no-proof:no;"&gt;&lt;span style="mso-no-proof:no;"&gt;serviceAutoStartProviders&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt; &lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font&gt;&lt;font size="2"&gt;&lt;br /&gt;&lt;font face="Courier New"&gt;&lt;span&gt;&lt;span style="color:blue;"&gt;Any help would be greatly appriciated.-&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve already powershell scripted this stuff below which is also needed, but I need the stuff above ( &lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;&lt;span&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;serviceAutoStartEnabled&lt;/font&gt;=&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot; and &lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;&lt;span&gt;&lt;b&gt;&lt;font color="#ff0000"&gt;serviceAutoStartProvider&lt;/font&gt;=&amp;quot;&lt;font color="#0000ff"&gt;PreWarmMyCache&lt;/font&gt;&amp;quot; )&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;&lt;span&gt;&lt;span style="color:blue;"&gt;, which I mentioned.-&lt;br /&gt;&lt;br /&gt;#Load IIS Modules&lt;br /&gt;Import-Module WebAdministration&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;if (Test-Path IIS:\AppPools\SosSWarmUpWorkerProcess)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #Let&amp;#39;s delete the entry if it&amp;#39;s already there ( while deploying between versions )&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Remove-Item IIS:\AppPools\SosSWarmUpWorkerProcess -Force -Recurse&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;$myNewPool = New-Item IIS:\AppPools\SosSWarmUpWorkerProcess&amp;nbsp;&amp;nbsp; &lt;br /&gt;$myNewPool.managedRuntimeVersion = &amp;quot;4.0&amp;quot;&lt;br /&gt;$myNewPool.startMode=&amp;quot;AlwaysRunning&amp;quot;&lt;br /&gt;&lt;br /&gt;$myNewPool | Set-Item&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Application Warmup for IIS 7.0 (x86)</title><link>http://forums.iis.net/thread/1933465.aspx</link><pubDate>Sun, 07 Feb 2010 16:30:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1933465</guid><dc:creator>TBoe</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1933465.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1933465</wfw:commentRss><description>&lt;p&gt;We have a WCF based application up and running on a Windows Server 2008/IIS 7.0/x86 (32bit) environment. Initialization time for our services is quite hight (we use EF) so we&amp;#39;d really benefit from the new application warmup.&lt;/p&gt;&lt;p&gt;However, as far as I can see the warmup is available for Winfows 7 and Windows Server 2008 R2 (IIS 7.5/x64/64bit) only. Is there an way for us to get a hold of a version for Windows Server 2008/x86? This would be very helpful for us, even if it&amp;#39;s just a beta.&lt;/p&gt;&lt;p&gt;Any information will be highly appreciated. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Does this even work?</title><link>http://forums.iis.net/thread/1975895.aspx</link><pubDate>Tue, 22 Mar 2011 18:07:01 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1975895</guid><dc:creator>jkpindahbc</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1975895.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1975895</wfw:commentRss><description>&lt;p&gt;Anyone have any suggestions on validating the module is working as expected?&amp;nbsp; I don&amp;#39;t see anything in the logs that indicate it is calling the pages set in the module.&amp;nbsp; Also, I don&amp;#39;t see any errors in the event viewer or the faild request trace logs.&amp;nbsp; &lt;/p&gt;</description></item><item><title>error in sites using AWarmup after uninstalling</title><link>http://forums.iis.net/thread/1979257.aspx</link><pubDate>Mon, 18 Apr 2011 11:30:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1979257</guid><dc:creator>kronns</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1979257.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1979257</wfw:commentRss><description>Hi after uningstalling Applicacion warm-up im geting iis error 500 in sites using warmup. I was tried to delete and create the site but error persist. And i cant try reinstall because download is anavailable
Anyone can help me or send the old x64 installer?
thanks</description></item><item><title>Application Initialization for IIS 7.5 Release Candidate is now available</title><link>http://forums.iis.net/thread/1976126.aspx</link><pubDate>Thu, 24 Mar 2011 18:06:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1976126</guid><dc:creator>samirpatel</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1976126.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1976126</wfw:commentRss><description>&lt;p&gt;Application Initialization for IIS 7.5 Release Candidate has just been released.  It is available for download using the following links:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=247817"&gt;Application Initialization for IIS 7.5 Release Candidate – x64&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=247816"&gt;Application Initialization for IIS 7.5 Release Candidate – x86&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
Application Initialization is the replacement for the former “Application Warmup” beta module.  Application Initialization expands on the concepts in the earlier Application Warmup beta and provides significant new functionality.  Application Initialization is also available in-box with IIS 8.0, and this module provides the same functionality for IIS 7.5.
&lt;/p&gt;

&lt;p&gt;
To learn about the feature, you can read the &lt;a href="http://learn.iis.net/page.aspx/1089/iis-80-application-initialization/"&gt;IIS 8.0 Application Initialization article&lt;/a&gt;.  Though it was written for IIS 8.0, the functionality works the same in IIS 7.5 with this module installed.
&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;Feature overview&lt;/b&gt;&lt;br /&gt;
Application Initialization 1.0 for IIS 7.5 enables website administrators to configure IIS to proactively perform initialization tasks for one or more web applications. While an application is being initialized, IIS can also be configured to return an alternate response such as static content as a placeholder or &amp;quot;splash page&amp;quot; until an application has completed its initialization tasks. The module includes the following features:
&lt;ul&gt;
&lt;li&gt;Introduces the concept of a &amp;quot;warmup period&amp;quot; to the server.&lt;/li&gt;
&lt;li&gt;Enables developers to control the behavior of their applications during the warmup period.&lt;/li&gt;
&lt;li&gt;Enables server administrators to &amp;quot;pre-load&amp;quot; important applications by initializing them as soon as the worker process starts.&lt;/li&gt;
&lt;li&gt;Allows seamless recycling of pre-loaded application pools with no user-perceptible impact.&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;</description></item><item><title>How to warm up App Pool in authenticated environment</title><link>http://forums.iis.net/thread/1942549.aspx</link><pubDate>Fri, 30 Apr 2010 23:07:41 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1942549</guid><dc:creator>navtrav</dc:creator><slash:comments>7</slash:comments><comments>http://forums.iis.net/thread/1942549.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1942549</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a web app running on SharePoint 2010 that is authenticated.&amp;nbsp; So in order to configure the IIS warm up module, i used both the &amp;quot;Set username and type only&amp;quot; and &amp;quot;Set User Token&amp;quot; options under edit user context to specify the service account credential that the web app is running under (app pool identity account).&amp;nbsp; However, when i try to verify the warmup by running iisreset i didnt see any &amp;quot;warmup&amp;quot; effect for w3wp.exe process.&amp;nbsp; I veried the app pool service account has full perms on the web app and it is working correctly.&lt;/p&gt;
&lt;p&gt;Anyone here has successfully gotten iis warmup module to work with Set Uer Token or Set username and type only in an anthenticated web app?&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;Jeff&lt;/p&gt;</description></item><item><title>Event ID 1003 Unauthorized from IIS Application Warmup Module</title><link>http://forums.iis.net/thread/1955761.aspx</link><pubDate>Thu, 09 Sep 2010 14:24:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1955761</guid><dc:creator>ianclegg</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1955761.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1955761</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a IIS 7.5 server running the Warm-Up Module. I have a single Website, with a Application configured at the sites root. The associated AppPool is running with the default ApplicationPoolIdentity in Classic .NET4 mode.&lt;br /&gt;The Application requires Windows authentication and uses ASP.NET impersonation, I believe this to be configured correctly.&lt;/p&gt;
&lt;p&gt;I have configured the Warm-Up module to hit a relative URL and configured the User Context as &amp;#39;Set User Token&amp;#39; with the Type set to &amp;#39;Windows&amp;#39;. I have then entered the domain credentials of a test user account that will be used for warm-up.&lt;/p&gt;
&lt;p&gt;However, the warm-up is not working and see the following error in the Application EventLog&lt;/p&gt;
&lt;p&gt;The description for Event ID 1003 from source IIS Application Warmup Module cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.&lt;/p&gt;
&lt;p&gt;If the event originated on another computer, the display information had to be saved with the event.&lt;/p&gt;
&lt;p&gt;The following information was included with the event: &lt;/p&gt;
&lt;p&gt;/Core/Search.aspx&lt;br /&gt;MACHINE/WEBROOT/APPHOST/DMS/&lt;br /&gt;Unauthorized&lt;/p&gt;
&lt;p&gt;In addition the following error is recorded in the Security eventlog:&lt;/p&gt;
&lt;p&gt;An account failed to log on.&lt;/p&gt;
&lt;p&gt;Subject:&lt;br /&gt;&amp;nbsp;Security ID:&amp;nbsp;&amp;nbsp;IIS APPPOOL\DMS&lt;br /&gt;&amp;nbsp;Account Name:&amp;nbsp;&amp;nbsp;DMS&lt;br /&gt;&amp;nbsp;Account Domain:&amp;nbsp;&amp;nbsp;IIS APPPOOL&lt;br /&gt;&amp;nbsp;Logon ID:&amp;nbsp;&amp;nbsp;0x1ba4610&lt;/p&gt;
&lt;p&gt;Logon Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;3&lt;/p&gt;
&lt;p&gt;Account For Which Logon Failed:&lt;br /&gt;&amp;nbsp;Security ID:&amp;nbsp;&amp;nbsp;NULL SID&lt;br /&gt;&amp;nbsp;Account Name:&amp;nbsp;&amp;nbsp;&amp;lt;warm-up account username&amp;gt;&lt;br /&gt;&amp;nbsp;Account Domain:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;domain&amp;gt;&lt;/p&gt;
&lt;p&gt;Failure Information:&lt;br /&gt;&amp;nbsp;Failure Reason:&amp;nbsp;&amp;nbsp;Unknown user name or bad password.&lt;br /&gt;&amp;nbsp;Status:&amp;nbsp;&amp;nbsp;&amp;nbsp;0xc000006d&lt;br /&gt;&amp;nbsp;Sub Status:&amp;nbsp;&amp;nbsp;0xc000006a&lt;/p&gt;
&lt;p&gt;Process Information:&lt;br /&gt;&amp;nbsp;Caller Process ID:&amp;nbsp;0xe20&lt;br /&gt;&amp;nbsp;Caller Process Name:&amp;nbsp;C:\Windows\System32\inetsrv\w3wp.exe&lt;/p&gt;
&lt;p&gt;Network Information:&lt;br /&gt;&amp;nbsp;Workstation Name:&amp;nbsp;&amp;lt;SERVER&amp;gt;&lt;br /&gt;&amp;nbsp;Source Network Address:&amp;nbsp;-&lt;br /&gt;&amp;nbsp;Source Port:&amp;nbsp;&amp;nbsp;-&lt;/p&gt;
&lt;p&gt;Detailed Authentication Information:&lt;br /&gt;&amp;nbsp;Logon Process:&amp;nbsp;&amp;nbsp;Advapi&amp;nbsp; &lt;br /&gt;&amp;nbsp;Authentication Package:&amp;nbsp;Negotiate&lt;br /&gt;&amp;nbsp;Transited Services:&amp;nbsp;-&lt;br /&gt;&amp;nbsp;Package Name (NTLM only):&amp;nbsp;-&lt;br /&gt;&amp;nbsp;Key Length:&amp;nbsp;&amp;nbsp;0&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I have checked and double checked the credentials I entered into the Warm-Up modules configuration and I have also tried other sets of valid credentials (This includes Administrator credentials). I always get the error Unknown user or bad password. If I keep recycling I lock the accounts out. It seems that the module is not saving or is somehow using the wrong password?&lt;/p&gt;
&lt;p&gt;Has anybody experienced this before or can offer any advice?&lt;/p&gt;</description></item><item><title>Application Warm-Up and Sharepoint 2010</title><link>http://forums.iis.net/thread/1956370.aspx</link><pubDate>Thu, 16 Sep 2010 14:29:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1956370</guid><dc:creator>rewarner</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1956370.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1956370</wfw:commentRss><description>&lt;p&gt;I have the application warm-up application installed along with SQL 2008 Sp1 with patches and Sharepoint 2010.&amp;nbsp; My question is what&amp;nbsp; Request URL&amp;#39;s should I include in the application warm-up list for my Sharepoint - 80 site to warm things up so the initial connection to the Sharepoint site &amp;quot;speeds up&amp;quot; ?&amp;nbsp; I&amp;#39;ve messed with a few different urls with no success.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rob &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Warm-up requests not showing in IIS log?</title><link>http://forums.iis.net/thread/1975238.aspx</link><pubDate>Thu, 17 Mar 2011 08:20:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1975238</guid><dc:creator>jhilmersson</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1975238.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1975238</wfw:commentRss><description>Hi,

I&amp;#39;ve set up the warm-up module to access a couple of urls in my application but they don&amp;#39;t show up in the IIS log after I do a IISRESET which makes the warm-up module kick in. Apparently it works as expected, urls gets called, but no sign of them in the log though. 

Any ideas?
</description></item><item><title>Application Warm-Up Module and SSL</title><link>http://forums.iis.net/thread/1975386.aspx</link><pubDate>Fri, 18 Mar 2011 03:36:57 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1975386</guid><dc:creator>sarajc</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1975386.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1975386</wfw:commentRss><description>&lt;p&gt;Has anyone been able to sucessfully get the warm-up module to work on a page which requires SSL?&lt;/p&gt;
&lt;p&gt;With&amp;nbsp;&amp;#39;Requre SSL&amp;#39;&amp;nbsp;ticked, the module fails, reporting a&amp;nbsp; &amp;#39;forbidden&amp;#39; error in the event viewer.&amp;nbsp; Working as expected when &amp;#39;Require SSL&amp;#39; is unticked.&lt;/p&gt;</description></item><item><title>Multiple application pools on same identity generates warnings in event log</title><link>http://forums.iis.net/thread/1975242.aspx</link><pubDate>Thu, 17 Mar 2011 08:50:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1975242</guid><dc:creator>jhilmersson</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1975242.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1975242</wfw:commentRss><description>&lt;p&gt;Hi,
I&amp;#39;m using the warm-up module on an IIS that has multiple web sites with one application pool per site, sharing the same application pool identity. When I add request urls to one site in the warm-up module, they show up on all web sites sharing the same application pool identity. 
&lt;/p&gt;&lt;p&gt;/mobiles/ (in test.mysite)
&lt;/p&gt;&lt;p&gt;/subscriptions/ (in test.mysite)
&lt;/p&gt;&lt;p&gt;/mobiler/ (in test2.mysite)
&lt;/p&gt;&lt;p&gt;/abonnemang/ (in test2.mysite)


&lt;/p&gt;&lt;p&gt;The web sites have different host header names, like test.mysite, test2.mysite. When I start IIS, I get warnings like this in the event log:

&lt;/p&gt;&lt;p&gt;/mobiles/
&lt;/p&gt;&lt;p&gt;MACHINE/WEBROOT/APPHOST/test2.mysite/&lt;/p&gt;&lt;p&gt;
Not Found

&lt;/p&gt;&lt;p&gt;/subscriptions/
MACHINE/WEBROOT/APPHOST/test2.mysite/
&lt;/p&gt;&lt;p&gt;Not Found
&lt;/p&gt;&lt;p&gt;It looks like the warm-up module runs the same urls on all these sites even though I would like to separate them by web site. 
Any tips?&lt;/p&gt;
</description></item><item><title>SharePoint Warmup Module Not leave beta for Windows 2008 R2</title><link>http://forums.iis.net/thread/1974193.aspx</link><pubDate>Tue, 08 Mar 2011 08:46:57 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1974193</guid><dc:creator>Reinout</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1974193.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1974193</wfw:commentRss><description>&lt;p&gt;Dear Sir / Madam,&lt;/p&gt;&lt;p&gt;I&amp;#39;ve asked our local DSE to ask if it would ever leave the BETA phase but i&amp;#39;ve gotten a reply that Microsoft is not going to finalize the release for Windows 2008 R2. This is very dissapointing since its been around awhile and each time it gets moved to the next OS for final release.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is a usefull module and should be given attention to be developed to maturity. I hope Microsoft will change its stance on this and finalize it before Windows 8 Arrives!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Reinout &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Warmup Module doesnt seem do to anything...</title><link>http://forums.iis.net/thread/1973638.aspx</link><pubDate>Wed, 02 Mar 2011 15:45:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1973638</guid><dc:creator>Eric Anderson</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1973638.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1973638</wfw:commentRss><description>&lt;p&gt;Running 2008 R2 - the IIS 7.5 Warmup Module is installed. &lt;/p&gt;
&lt;p&gt;Created an app pool .net 4.0, Integrated mode. Its set to Start Automatically - Created a new web application. Setup the warmup module - checked both Enable Application Warm-Up and Start Application Pool &amp;#39;Test&amp;#39; wen service started. Entered a URL - first was an HTTP Handler I wrote, 2nd tried a normal plain aspx page. Neither appear to be getting hit at all. There are no errors in the event log, and there are no errors in IIS logs.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;We really need this to work, or we need to find an alternative method. Any ideas anyone? &lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;</description></item><item><title>How is warmup going to react to when VS2008 uploads site modification</title><link>http://forums.iis.net/thread/1973398.aspx</link><pubDate>Mon, 28 Feb 2011 12:58:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1973398</guid><dc:creator>codeWhitler</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1973398.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1973398</wfw:commentRss><description>&lt;p&gt;It would seem that it would have to wait until the next aplpool recycle to reactivate with mods. Or does it somehow sense changes in the sites after the upload. &lt;/p&gt;
&lt;p&gt;Or perhaps I would have to halt the warm up before uploading? &lt;/p&gt;</description></item><item><title>Installing Warm-up causes all sites to stop working</title><link>http://forums.iis.net/thread/1972449.aspx</link><pubDate>Sat, 19 Feb 2011 18:50:01 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1972449</guid><dc:creator>quilnux</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1972449.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1972449</wfw:commentRss><description>&lt;p&gt;After installing the Warm-up module, all my IIS 7.5 sites (Server 2008 R2) are not longer working. I can&amp;#39;t get them to work locally on the server either. They provide a 404 error. Even after disabling the Warm-up module on a site, it still will not working.&lt;/p&gt;&lt;p&gt;However, when accessing the site locally, if I use the internal server name or localhost, it will work. Using any internet facing name (&lt;a href="http://www.mydomain.com"&gt;www.mydomain.com&lt;/a&gt;) causes the site to fail. Also using the local name from a client computer (Windows 7 SP1 RTM) within the network also doesn&amp;#39;t work.&lt;/p&gt;&lt;p&gt;What am I doing wrong here?&lt;/p&gt;</description></item><item><title>Warm-Up with SharePoint 2010</title><link>http://forums.iis.net/thread/1971240.aspx</link><pubDate>Wed, 09 Feb 2011 12:52:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1971240</guid><dc:creator>PepperX</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1971240.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1971240</wfw:commentRss><description>&lt;p&gt;I along with many others seem to have troubles with the topic that the title describe.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the settings for my warm-up:&lt;/p&gt;
&lt;p&gt;URL: sites/path/default.aspx&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;User Context&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;Mode: Set user token&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Type: Windows&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;User name: [AD admin account]&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It fails with these settings, it also fails if I use Mode &amp;quot;Set Username and Type only&amp;quot;. The only account I havn&amp;#39;t tried which might have more access&amp;nbsp;is the SharePoint farm account as I don&amp;#39;t have access to it.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the error in the application log:&lt;/p&gt;&lt;span&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;The description for Event ID 1003 from source IIS Application Warmup Module cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;If the event originated on another computer, the display information had to be saved with the event.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The following information was included with the event: &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;sites/Rapportportalen/Dashboards/Linjechefens_vy/Linjechefens_vy.aspx&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;MACHINE/WEBROOT/APPHOST/SharePoint - 80/&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Internal Server Error&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;At least this is the error when I&amp;#39;ve&amp;nbsp;specified multiple sites&amp;nbsp;for warm-up. If I only setup one site, the error message ends with &amp;quot;Not found&amp;quot; instead of &amp;quot;Internal Server Error&amp;quot;.&lt;/p&gt;
&lt;p&gt;Is this an authenticatoin issue? E.g. do I need to use the same account that is used for the related application pool? (don&amp;#39;t have access to that one either).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(Btw: The &amp;lt;EM&amp;gt; tag doesn&amp;#39;t seem to work with this RTF)&lt;/p&gt;&lt;/span&gt;</description></item><item><title>IIS Application Warmup Module , Warning in Event Log</title><link>http://forums.iis.net/thread/1932500.aspx</link><pubDate>Fri, 29 Jan 2010 07:32:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1932500</guid><dc:creator>deep2000</dc:creator><slash:comments>10</slash:comments><comments>http://forums.iis.net/thread/1932500.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1932500</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We are using warmup module&amp;nbsp; on Windows 2008 R2 machine. In event log, there comes a warning log at regular intervals:&lt;/p&gt;&lt;span&gt;
&lt;p&gt;The description for Event ID 1003 from source IIS Application Warmup Module cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.&lt;/p&gt;
&lt;p&gt;If the event originated on another computer, the display information had to be saved with the event.&lt;/p&gt;
&lt;p&gt;The following information was included with the event: &lt;/p&gt;
&lt;p&gt;app\myfolder\myfile.aspx&lt;/p&gt;
&lt;p&gt;MACHINE/WEBROOT/APPHOST/sitename/&lt;/p&gt;
&lt;p&gt;Forbidden&lt;/p&gt;
&lt;p&gt;What is causing this ? Do i need to reinstall the module?&lt;/p&gt;
&lt;p&gt;Any help would be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/span&gt;</description></item><item><title>IP doesn't show up when trying to add a website.</title><link>http://forums.iis.net/thread/1968266.aspx</link><pubDate>Tue, 18 Jan 2011 20:56:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1968266</guid><dc:creator>ROBJAM2010</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1968266.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1968266</wfw:commentRss><description>&lt;div class="container"&gt;&lt;br /&gt;&lt;div class="body"&gt;On Windows Server 2008R2, when I add an IP address using the &lt;br /&gt;netsh command, the IP will show up in the network properties but it will not &lt;br /&gt;show up in IIS7.5 when I try to add a website.&amp;nbsp; Is there a command I have to run &lt;br /&gt;in order to get the new IP address to show up in IIS7.5?&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="menu message"&gt;&lt;br /&gt;&lt;ul class="menu"&gt;&lt;br /&gt;&lt;li&gt;&lt;a title="Reply" href="http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/a0d6530c-b58a-4c99-acad-3d83a473384d/a0d6530c-b58a-4c99-acad-3d83a473384d/reply" name="reply" rel="nofollow"&gt;&lt;img class="icon reply" title="Reply" alt="Reply" src="http://i1.social.microsoft.com/Forums/resources/images/trans.gif?cver=1864.274%0d%0a" /&gt;Reply&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a title="Quote" href="http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/a0d6530c-b58a-4c99-acad-3d83a473384d/a0d6530c-b58a-4c99-acad-3d83a473384d/quote" name="quote" rel="nofollow"&gt;&lt;img class="icon quote" title="Quote" alt="Quote" src="http://i1.social.microsoft.com/Forums/resources/images/trans.gif?cver=1864.274%0d%0a" /&gt;Quote&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;div class="clear"&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;</description></item><item><title>Application pool Fatal Error</title><link>http://forums.iis.net/thread/1966760.aspx</link><pubDate>Fri, 07 Jan 2011 13:42:36 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1966760</guid><dc:creator>fhsBOB</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1966760.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1966760</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m unable to get&amp;nbsp;a site to function in&amp;nbsp;WarmUp&amp;nbsp;application pool.&amp;nbsp;&amp;nbsp; We have over 150 web applications installed on this server, and not every application needs to be warmed up.&amp;nbsp; We have created new application pools to put a few shared applications that the others all need built before they can function.&amp;nbsp; The root website is not being warmed up.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m open to any ideas.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Event Log:&lt;/p&gt;&lt;font size="1"&gt;
&lt;p&gt;A process serving application pool &amp;#39;MyAppPool&amp;#39; suffered a fatal communication error with the Windows Process Activation Service. The process id was &amp;#39;6736&amp;#39;. The data field contains the error number.&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Configuration Error</title><link>http://forums.iis.net/thread/1965443.aspx</link><pubDate>Thu, 23 Dec 2010 21:04:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1965443</guid><dc:creator>stevescotthome</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1965443.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1165&amp;PostID=1965443</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I setup 3 of my sites using the module, and they all seem to work, but now I can&amp;#39;t seem to add any more sites&lt;/p&gt;&lt;p&gt;&amp;nbsp;I get Configuration Error anytime I try and add in a new request or change anything&lt;/p&gt;&lt;p&gt;Any idea how to debug this or get it working again? &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>
