<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.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>Tobin Titus Blog - All Comments</title><link>http://blogs.iis.net/tobintitus/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>IIS Blog Reader for Powershell</title><link>http://blogs.iis.net/tobintitus/archive/2007/02/13/reading-iis-net-blogs-with-powershell.aspx#3516796</link><pubDate>Tue, 17 Nov 2009 06:06:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3516796</guid><dc:creator>iis</dc:creator><description>&lt;p&gt;This script is an example that allows you to read the blog posts on IIS.NET. For more information, check&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3516796" width="1" height="1"&gt;</description></item><item><title>re: Installing CakePHP on IIS 7</title><link>http://blogs.iis.net/tobintitus/archive/2009/04/03/installing-cakephp-on-iis-7.aspx#3515554</link><pubDate>Mon, 16 Nov 2009 14:53:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3515554</guid><dc:creator>TobinTitus</dc:creator><description>&lt;p&gt;I see from your configuration that you are running PHP in Isapi mode. Run PHP in FastCGI mode and you should correct your problem with URL Rewriting. &lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3515554" width="1" height="1"&gt;</description></item><item><title>re: Installing CakePHP on IIS 7</title><link>http://blogs.iis.net/tobintitus/archive/2009/04/03/installing-cakephp-on-iis-7.aspx#3515444</link><pubDate>Mon, 16 Nov 2009 14:04:46 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3515444</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Thanks for your post. This is the only post that describes the process in systematic way.&lt;/p&gt;
&lt;p&gt;I spent several hours to setup cakephp on IIS 7. Finally, I followed your steps and get it to work. &amp;nbsp;It works for css and js files and home page rendering properly. Also, it is working for &lt;a rel="nofollow" target="_new" href="http://localhost:81/&amp;lt;controller&amp;gt;/"&gt;localhost/&amp;lt;controller&amp;gt;&lt;/a&gt; (render index action or routed url) &amp;nbsp; But it is not working for &lt;a rel="nofollow" target="_new" href="http://localhost:81/&amp;lt;controller&amp;gt;/"&gt;localhost/&amp;lt;controller&amp;gt;&lt;/a&gt;&amp;lt;action&amp;gt;. IIS arise HTTP 500.19 error (looking for physical path E:\www\donationstore\site\app\webroot\&amp;lt;controller&amp;gt;\&amp;lt;action&amp;gt;)&lt;/p&gt;
&lt;p&gt;Any idea why this is happning?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://img20.imageshack.us/img20/3631/cakephponiis7.gif"&gt;img20.imageshack.us/.../cakephponiis7.gif&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3515444" width="1" height="1"&gt;</description></item><item><title>re: Installing CakePHP on IIS 7</title><link>http://blogs.iis.net/tobintitus/archive/2009/04/03/installing-cakephp-on-iis-7.aspx#3211516</link><pubDate>Thu, 04 Jun 2009 19:59:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3211516</guid><dc:creator>TobinTitus</dc:creator><description>&lt;p&gt;&amp;lt;rewrite&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;rules&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;rule name=&amp;quot;Imported Rule 1&amp;quot; stopProcessing=&amp;quot;true&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;match url=&amp;quot;^(.*)$&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;conditions logicalGrouping=&amp;quot;MatchAll&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; matchType=&amp;quot;IsDirectory&amp;quot; negate=&amp;quot;true&amp;quot; pattern=&amp;quot;&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; matchType=&amp;quot;IsFile&amp;quot; negate=&amp;quot;true&amp;quot; pattern=&amp;quot;&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;/conditions&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;action type=&amp;quot;Rewrite&amp;quot; url=&amp;quot;index.php?url={R:1}&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; appendQueryString=&amp;quot;true&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/rule&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;rule name=&amp;quot;Imported Rule 2&amp;quot; stopProcessing=&amp;quot;true&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;match url=&amp;quot;^$&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;action type=&amp;quot;Rewrite&amp;quot; url=&amp;quot;/&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/rule&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;rule name=&amp;quot;Imported Rule 3&amp;quot; stopProcessing=&amp;quot;true&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;lt;match url=&amp;quot;(.*)&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;action type=&amp;quot;Rewrite&amp;quot; url=&amp;quot;/{R:1}&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/rule&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;rule name=&amp;quot;Imported Rule 4&amp;quot; stopProcessing=&amp;quot;true&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;match url=&amp;quot;^(.*)$&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;conditions logicalGrouping=&amp;quot;MatchAll&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;matchType=&amp;quot;IsDirectory&amp;quot; negate=&amp;quot;true&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pattern=&amp;quot;&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;lt;add input=&amp;quot;{REQUEST_FILENAME}&amp;quot; matchType=&amp;quot;IsFile&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;negate=&amp;quot;true&amp;quot; pattern=&amp;quot;&amp;quot; ignoreCase=&amp;quot;false&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/conditions&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;action type=&amp;quot;Rewrite&amp;quot; url=&amp;quot;index.php?url={R:1}&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;appendQueryString=&amp;quot;true&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/rule&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;/rules&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/rewrite&amp;gt;&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3211516" width="1" height="1"&gt;</description></item><item><title>re: I might be Speaking at CodeStock – or watching Shawn Wildermuth</title><link>http://blogs.iis.net/tobintitus/archive/2009/04/03/i-might-be-speaking-at-codestock-or-watching-shawn-wildermuth.aspx#3168659</link><pubDate>Mon, 18 May 2009 00:56:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3168659</guid><dc:creator>TobinTitus</dc:creator><description>&lt;p&gt;I just got the notification that I will be speaking at CodeStock this year! I can't wait! I'll see you there!&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3168659" width="1" height="1"&gt;</description></item><item><title>re: I might be Speaking at CodeStock – or watching Shawn Wildermuth</title><link>http://blogs.iis.net/tobintitus/archive/2009/04/03/i-might-be-speaking-at-codestock-or-watching-shawn-wildermuth.aspx#3065984</link><pubDate>Mon, 06 Apr 2009 10:05:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3065984</guid><dc:creator>asadam</dc:creator><description>&lt;p&gt;Thank&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3065984" width="1" height="1"&gt;</description></item><item><title>re: Installing CakePHP on IIS 7</title><link>http://blogs.iis.net/tobintitus/archive/2009/04/03/installing-cakephp-on-iis-7.aspx#3062009</link><pubDate>Fri, 03 Apr 2009 21:49:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3062009</guid><dc:creator>TobinTitus</dc:creator><description>&lt;p&gt;Thank you very much for your comments. Matt, I know you have a lot on your plate to learn already. I know IIS is in there, so I'm not concerned if CakePHP installation isn't the top of your list! :)&lt;/p&gt;
&lt;p&gt;John (Rovastar), &lt;/p&gt;
&lt;p&gt;On some level, I can agree with you. It doesn't make sense that you wouldn't include installation instructions for IIS -- particularly in this day and age. That said projects built on open source often depend on the community to build help and documentation the same way that they depend on them to build the projects to begin with. CakePHP is a commercial application, so it does suprise me a little at the lack of docs for IIS but I don't mind contributing if it helps our customers get the information they need.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3062009" width="1" height="1"&gt;</description></item><item><title>re: Installing CakePHP on IIS 7</title><link>http://blogs.iis.net/tobintitus/archive/2009/04/03/installing-cakephp-on-iis-7.aspx#3061852</link><pubDate>Fri, 03 Apr 2009 20:15:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3061852</guid><dc:creator>Rovastar</dc:creator><description>&lt;p&gt;Personally I always find a lack of confidence in products that cannot even be bothered to write their own installation guide on how to install/configure.&lt;/p&gt;
&lt;p&gt;I mean IIS 7 is not *that* new anymore. If they want Windows users (what that about a third of websites out there) they should write their guide.&lt;/p&gt;
&lt;p&gt;Respect for doing it but it will not ensure me in &amp;nbsp;confidence of the product.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3061852" width="1" height="1"&gt;</description></item><item><title>aspnet_regiis.exe -i fails in windows server 2008 | keyongtech</title><link>http://blogs.iis.net/tobintitus/archive/2006/06/28/sdk-sample-changing-the-runtime-version-of-an-application-pool-in-iis-7.aspx#3014725</link><pubDate>Wed, 18 Mar 2009 02:08:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3014725</guid><dc:creator>aspnet_regiis.exe -i fails in windows server 2008 | keyongtech</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;aspnet_regiis.exe -i fails in windows server 2008 | keyongtech&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3014725" width="1" height="1"&gt;</description></item><item><title>re: Enabling VS.NET 2008 to work with IIS 7.0</title><link>http://blogs.iis.net/tobintitus/archive/2008/09/22/enabling-vs-net-2008-to-work-with-iis-7-0.aspx#2985622</link><pubDate>Thu, 05 Mar 2009 19:02:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2985622</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Thanks &lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2985622" width="1" height="1"&gt;</description></item><item><title>re: IIS cannot start after upgrade to Vista SP1</title><link>http://blogs.iis.net/tobintitus/archive/2008/09/22/iis-cannot-start-after-upgrade-to-vista-sp1.aspx#2892598</link><pubDate>Mon, 26 Jan 2009 17:05:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2892598</guid><dc:creator>Amit Choudhary</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I started to getting this error. I try to access IIS after a long time. I check the applicationhost.config file and it already has the configHistory entry with the corrected values. I am in a deep trouble, any help is greatly appriciated.&lt;/p&gt;
&lt;p&gt;FYI. I upgraded to SP1 way back and I am 100% sure that I was able to access the IIS after that. My system is uptodate with Latest Windows updates. I have windows vista business edition (32 bit).&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2892598" width="1" height="1"&gt;</description></item><item><title>re: Heading to Mix</title><link>http://blogs.iis.net/tobintitus/archive/2007/04/28/heading-to-mix.aspx#2883154</link><pubDate>Thu, 22 Jan 2009 03:39:26 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2883154</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;I am one who doesn&amp;#39;t lke Vegas either...just to let you know...it was great talking with you...you look very wise in all you do! Sometimes being intellectual gets in the way of living a calm, normal life...perhaps we can take some of your brain out too!? I had that done twice! :) Bless you in all you do...your success will climb if you are humble and focus. My brother, whom I love...got very successful-and had to start from square one again from many addictions that tore up his life. This site is pretty awesome! I commend you!&lt;/p&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2883154" width="1" height="1"&gt;</description></item><item><title>re: IIS 7.0 Error Support</title><link>http://blogs.iis.net/tobintitus/archive/2008/09/21/iis-7-0-error-support.aspx#2857578</link><pubDate>Fri, 09 Jan 2009 19:07:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2857578</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;I want to finish my job quickly.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2857578" width="1" height="1"&gt;</description></item><item><title>re: IIS 7.0 Error Support</title><link>http://blogs.iis.net/tobintitus/archive/2008/09/21/iis-7-0-error-support.aspx#2857544</link><pubDate>Fri, 09 Jan 2009 18:53:16 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2857544</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;I am busy writig my articles. &lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2857544" width="1" height="1"&gt;</description></item><item><title>re: IIS logging UI module sample added to CodePlex</title><link>http://blogs.iis.net/tobintitus/archive/2008/10/03/iis-logging-ui-module-sample-added-to-codeplex.aspx#2794534</link><pubDate>Tue, 09 Dec 2008 04:32:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2794534</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;thank you for the information! Nice one!&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2794534" width="1" height="1"&gt;</description></item></channel></rss>