<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://mvolo.com/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/"><channel><title>10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx</link><description>Since the original tech preview release of FastCGI last year, we&amp;#39;ve been seeing a lot of requests for getting Ruby on Rails running with our FastCGI. Theoretically, since the FastCGI component uses a standard protocol to support FastCGI-enabled applications,</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#558</link><pubDate>Mon, 19 Feb 2007 16:45:44 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:558</guid><dc:creator>Mike Volodarsky</dc:creator><description>By the way, you can find information on how to use IIS FastCGI with PHP here: &lt;a href="http://mvolo.com/blogs/serverside/archive/2007/01/31/Turbo_2D00_charge-your-PHP-applications-with-IIS-FastCGI-Technical-Preview-2.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2007/01/31/Turbo_2D00_charge-your-PHP-applications-with-IIS-FastCGI-Technical-Preview-2.aspx&lt;/a&gt;. </description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#568</link><pubDate>Tue, 20 Feb 2007 07:47:25 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:568</guid><dc:creator>Boris</dc:creator><description>&lt;p&gt;Hi Mike,&lt;/p&gt;&lt;p&gt;Good to see that IIS is getting some FastCGI tlc. I&amp;#39;ll give it a try with some other frameworks as well. I expect this can help quite some developers with pushing/using their favorite framework into an organization. &lt;/p&gt;&lt;p&gt;I&amp;#39;ve noticed you do not require / use a url rewrite engine to redirect only the appropriate requests to fcgi. So for example, static .js, .css, etc. files could be handled directly by IIS. Are they being handled by the fcgi proces, and is this something we should worry about performance wise?&lt;/p&gt;&lt;p&gt;I think I should revive the ror fcgi installer. Let me see if I can find some time for this.&lt;/p&gt;&lt;p&gt;Thanks Mike!&lt;/p&gt;</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#579</link><pubDate>Tue, 20 Feb 2007 13:57:48 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:579</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Boris,&lt;/p&gt;
&lt;p&gt;Glad to see that you are looking at this. &amp;nbsp;Yes, we added a feature to the FastCGI itself to enable it to be &amp;quot;wildcard mapped&amp;quot;, but ignore requests to files/directories that exist and pass them to the static file handler / other handlers. &amp;nbsp;I am not 100% sure whether this completely satisfied Ruby, and welcome any info you might have after playing with it. &amp;nbsp;On IIS7 (my next post for this), we are trying a slightly different approach we external re-writing may be the way to go, and I was planning to build a small RoR helper rewriter module for this purpose.&lt;/p&gt;
&lt;p&gt;Also, anything we can do to improve the overall setup / installation process for RoR with the IIS FastCGI will be great as well - looking forward to your feedback ...&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#597</link><pubDate>Wed, 21 Feb 2007 06:26:08 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:597</guid><dc:creator>Drazen Dotlic</dc:creator><description>&lt;p&gt;Hi Mike,&lt;/p&gt;&lt;p&gt;this is great info. Deployment story for the RoR is already somewhat complex, running it all on Windows where I feel a lot more comfortable than on Linux is going to make things a lot simpler for me (and other Windows developers of course).&lt;/p&gt;&lt;p&gt;I am looking forward to the IIS7 version of this article. Do you know if Vista (Ultimate) IIS7 is in any way &amp;quot;inferior&amp;quot; to the (not yet released) &amp;quot;Longhorn&amp;quot; Server IIS7 in the same sense that XP&amp;#39;s IIS cannot be used for the setup above? In other words, will the next blog post about IIS7 apply to Vista&amp;#39;s IIS?&lt;/p&gt;</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#600</link><pubDate>Wed, 21 Feb 2007 06:32:46 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:600</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Drazen,&lt;/p&gt;
&lt;p&gt;Vista's IIS is effectively identical to the upcoming Longhorn server's IIS as far as developer APIs, configuration, etc. &amp;nbsp;This is done on purpose so that developers like yourself can start developing for IIS7 now with Vista, and then deploy with Longhorn server.&lt;/p&gt;
&lt;p&gt;Now, I can certainly tell you that we are working very hard on Longhorn server's IIS - but the majority of our work focuses on improving the stability, performance, and security of the server, and enabling production scenarios without changing any of the developer story. &amp;nbsp;Any of the additions will also be synced back to your Vista machine with Vista SP1, so you will get all the improvements on your dev box as well.&lt;/p&gt;
&lt;p&gt;So, in other words, the Vista FastCGI RoR post will apply to both Vista and the upcoming Longhorn server.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#636</link><pubDate>Thu, 22 Feb 2007 23:09:47 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:636</guid><dc:creator>Mike Schinkel</dc:creator><description>Mike,  I asked about Wildcard mapping on XP somewhere (can't remember where) and was told that it was possible with a registry change or maybe some other mod.  Are you *sure* Wildcard mapping is not possible on XP's IIS, and if you do indeed find out that it *is* possible, can you tell us how to do it?

Thanks in advance.

</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#637</link><pubDate>Thu, 22 Feb 2007 23:28:54 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:637</guid><dc:creator>Mike Schinkel</dc:creator><description>Also, may I make a request/suggestion?

IF you have code that can make Wildcard mapping *viable* on IIS6 by bypassing the ISAPI filter to serve static code, is there any chance you could publish it as support for ASP &amp; ASP.NET?  

More specifically, I'd like two ISAPI filters (i.e. 'asp-wildcard.dll' and 'aspnet-wildcard.dll') that, when used with the Wildcard option on IIS, would respectively load asp.dll and aspnet_isapi.dll when the URL does not map to an existing file, but would bypass the ASP(.NET) ISAPI filter(s) when a static file DOES map the requesting URL. For this to work it would need to load the default document when a static file doesn't exist allowing the developer to inspect the REQUEST_PATH HTTP Header and then dispatch code however he chooses. This could be also be the lynchpin for lots of great new web frameworks on IIS (as opposed to on Apache...)

If you did this, you would almost completely address the issues I ranted about on my blog [1] regarding IIS6 (but not regarding the timing of IIS7 or most of my issues with ASP.NET). It would also seem to me that you've already got 99% the code written and tested and would only need to call the ASP(.NET) ISAPI filters instead of PHP to accomplish this feat?  

Oh please, please do consider it...   Available next Monday? ;-)

[1] http://www.mikeschinkel.com/blog/iis70toolittletoolate/</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#638</link><pubDate>Fri, 23 Feb 2007 00:34:01 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:638</guid><dc:creator>Dave</dc:creator><description>&lt;p&gt;I want to voice my support for Mike Schinkel&amp;#39;s comment (February 22, 2007 6:28 PM) requesting the 2 ISAPI filters for IIS6. Those would be very, very useful for me too. I think he has a great suggestion.&lt;/p&gt;</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#640</link><pubDate>Fri, 23 Feb 2007 05:58:19 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:640</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Mike,&lt;/p&gt;&lt;p&gt;Let&amp;#39;s keep this post focused on Ruby on Rails. &amp;nbsp;We can have a conversation in email about the rewriting topics.&lt;/p&gt;&lt;p&gt;To quickly answer your questions - it is not possible to do wildcard mapping on XP / IIS 5.1. &amp;nbsp;Only in IIS6. &amp;nbsp;It IS possible to use asp.net in the mode that you want, by wildcard mapping it, and then using the ASP.NET handler mappings list to determine whether ASP.NET should process the request or whether it should be rewritten in any way / and or sent back to IIS for IIS processing (static file, ASP, CGI, etc). &amp;nbsp;This is done with a custom derivation of DefaultHttpHandler.&lt;/p&gt;&lt;p&gt;ASP does not support wildcard mapping.&lt;/p&gt;&lt;p&gt;But, you can write an ISAPI for IIS6 that does the wildcard mapping and implements the rewriting, much like we did for FastCGI ISAPI in order to support RoR. &amp;nbsp;This again is possible for IIS6+ only.&lt;/p&gt;&lt;p&gt;In IIS7, it is not necessary to wildcard map anything, because you can run as a module (both native one written to the new C++ API or an ASP.NET one) for all requests, do any rewriting you want, and map any handler you want.&lt;/p&gt;&lt;p&gt;Lets discuss the rest in email.&lt;/p&gt;</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#649</link><pubDate>Fri, 23 Feb 2007 12:53:20 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:649</guid><dc:creator>Drazen Dotlic</dc:creator><description>&gt;&gt; So, in other words, the Vista FastCGI RoR post will apply to both Vista and the upcoming Longhorn server.

Great news! I know that Microsoft needs to differentiate the Windows Server offering from the desktop OS like Vista, but hopefully not at the cost of the API changes for developers. I can see now that you've taken this into account which is really cool. Thanks.</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#668</link><pubDate>Sat, 24 Feb 2007 04:58:54 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:668</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Hey, so have any of you guys actually tried to deploy a real RoR application with FastCGI TP2 and these instructions? &amp;nbsp;I cant wait to hear about bugs / success stories so we can take this forward ...&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#682</link><pubDate>Sun, 25 Feb 2007 19:16:50 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:682</guid><dc:creator>Julia K.</dc:creator><description>&lt;p&gt;I just tried out these steps and so far all is good - thanks for this article! I would add the following to steps:&lt;/p&gt;&lt;p&gt;Step 1) beware that IIS will be stopped during the installation of FastCGI &lt;/p&gt;&lt;p&gt;Step 3) after installing Rails reboot (on my w3k machine the Ruby/Rails env variable wasn&amp;#39;t picked up until after the reboot)&lt;/p&gt;</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#692</link><pubDate>Mon, 26 Feb 2007 15:14:53 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:692</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Julia,&lt;/p&gt;
&lt;p&gt;Thanks for checking in! &amp;nbsp;What kind of application were you running, if its not a secret?&lt;/p&gt;
&lt;p&gt;IIS is indeed restarted during the FastCGI installation, I realize this may be an issue for installing on a production server. &amp;nbsp;But, I wouldn't recommend doing this in the first place as FastCGI Tech Preview does not have a production license yet :) &amp;nbsp;But anyway, thanks for noting.&lt;/p&gt;
&lt;p&gt;Good point about #3 - I will add the fact that you need to manually IISRESET after adding the variable so that it is picked up. &amp;nbsp;A full restart shouldnt be required.&lt;/p&gt;
&lt;p&gt;Thanks again for posting!&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#698</link><pubDate>Mon, 26 Feb 2007 23:33:00 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:698</guid><dc:creator>James</dc:creator><description>Hi Mike,
I tried out on two test servers, but only the Welcome aboard page could be showed (the static index.html page). When visiting the /rails/info/properties or /test/about, I got a 404 error. I followed exactly these steps.
Thanks in advance.</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#735</link><pubDate>Thu, 01 Mar 2007 15:43:41 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:735</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;James,&lt;/p&gt;
&lt;p&gt;Are you getting a Ruby 404 page, or an IIS 404 page?&lt;/p&gt;
&lt;p&gt;Be sure that in your handler mapping you cleared the &amp;quot;Verify that file exists&amp;quot; checkbox.&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#752</link><pubDate>Fri, 02 Mar 2007 11:06:18 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:752</guid><dc:creator>Richard</dc:creator><description>Love the instructions.  Got everything setup and working to the point that files that exist due to sent.  Any ruby code and it fails.  I get a permissions error from FastCGI and when looking at what little logs are there, it says an error with the CGI.parse command (nil.parse).  Any advice?</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#753</link><pubDate>Fri, 02 Mar 2007 11:49:27 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:753</guid><dc:creator>Pradeep</dc:creator><description>Mike,
Kept getting a 500 Server Error when I accessed 
http://localhost:81/test/about

The log/development.log file told me that there was a "Permission Denied" on a tmp\sessions\ruby_sess* file.

Gave all &lt;machine_name&gt;\Users write access on the &lt;app&gt;\tmp folder and it started working.

Thanks for the instructions, very useful!</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#772</link><pubDate>Sat, 03 Mar 2007 17:08:14 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:772</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Richard,&lt;/p&gt;
&lt;p&gt;Try following Pradeep's workaround, and check your log/development.log file to see if there are any issues.&lt;/p&gt;
&lt;p&gt;Pradeep thanks for posting.&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#783</link><pubDate>Mon, 05 Mar 2007 02:36:31 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:783</guid><dc:creator>Mike Schinkel</dc:creator><description>&lt;p&gt;Mike,
&lt;p&gt;&gt;&gt; To quickly answer your questions - it is not possible to do wildcard mapping on XP / IIS 5.1.  Only in IIS6. &lt;br&gt; 
&gt;&gt; ...&lt;br&gt;
&gt;&gt; Lets discuss the rest in email.
&lt;p&gt;Okay, but since I'm not heard back from you for over a two weeks... :)
&lt;p&gt;&gt;&gt; It IS possible to use asp.net in the mode that you want, by wildcard mapping it, and then using the ASP.NET handler mappings list to determine whether ASP.NET should process the request or whether it should be rewritten in any way / and or sent back to IIS for IIS processing (static file, ASP, CGI, etc).  This is done with a custom derivation of DefaultHttpHandler.
&lt;p&gt;I've never seen a code example on the web of this, and I watch this space like a hawk. Can you (get someone to) present a fully working code sample, ideally something accessible even to people using Visual Web Developer Express?
&lt;p&gt;&gt;&gt; ASP does not support wildcard mapping.
&lt;p&gt;Evidently Scott Guthrie's post says otherwise?[1]
&lt;p&gt;&gt;&gt; But, you can write an ISAPI for IIS6 that does the wildcard mapping and implements the rewriting, much like we did for FastCGI ISAPI in order to support RoR.  This again is possible for IIS6+ only.
&lt;p&gt;No I can't. I don't know how to code in C++ and don't have the patience to learn it either. :)  But since it would help so many people, and since you guys almost certainly already have 99% of the code, you or your team could write it and offer it to all of us; that's what I'm asking.  BTW, I'm only concerned with IIS6 because as you say IIS7 has a better way.

&lt;p&gt;P.S. Are you aware that your permalinks to comments do not work?  I think maybe ASP.NET is overwriting your nice clean numeric IDs. It sure would be nice if you could fix that to make referencing comments on your page easier. :)
&lt;p&gt;P.P.S. Also, can you add a note next to your comment box indicating people need to use &lt;P&gt; tags to seperate paragraphs? My comment above looks horrid as I did't know that was how your system works.
&lt;p&gt;[1] http://weblogs.asp.net/scottgu/default.aspx
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#787</link><pubDate>Mon, 05 Mar 2007 14:52:02 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:787</guid><dc:creator>Richard</dc:creator><description>&lt;p&gt;Unfortunately, the error is coming from the FastCGI implementation itself and not ruby. &amp;nbsp;Checking its log its crash log is where I found the error regarding a nil object. &amp;nbsp;It looks like it crashes out before Ruby kicks into full gear.&lt;/p&gt;</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#793</link><pubDate>Tue, 06 Mar 2007 21:47:25 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:793</guid><dc:creator>Sebastian</dc:creator><description>&lt;p&gt;Hi Mike, I&amp;#39;m looking forward to your tutorial on how to use Ruby on IIS7 on my Vista.&lt;/p&gt;&lt;p&gt;In the meantime I&amp;#39;m trying to install Ruby on my W2k3 x64 IIS6 Machine according to your guide but all I get is a Error 500:&lt;/p&gt;&lt;p&gt;&amp;quot;Error 0x80070005 occurred processing request.&lt;/p&gt;&lt;p&gt;Access is denied.&amp;quot;&lt;/p&gt;&lt;p&gt;I gave full access to &amp;quot;ruby\myapp&amp;quot;-dir for everyone but that doesn&amp;#39;t fix the error :(&lt;/p&gt;&lt;p&gt;The error occurs on &amp;quot;http://.../test/about&amp;quot; as well as on &amp;quot;http://.../some/nonsense&amp;quot;...&lt;/p&gt;&lt;p&gt;Any Ideas?&lt;/p&gt;&lt;p&gt;Sebastian&lt;/p&gt;</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#794</link><pubDate>Tue, 06 Mar 2007 23:32:26 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:794</guid><dc:creator>Mike Volodarsky</dc:creator><description>Richard,

Can you post the details about this problem to the forums at http://forums.iis.net/1103/ShowForum.aspx?

Here is what we would need to know:
1) Which log file are you referring to?
2) What exactly is the "nill object" error

Thanks,

Mike


</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#796</link><pubDate>Wed, 07 Mar 2007 00:14:37 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:796</guid><dc:creator>Sebastian</dc:creator><description>&lt;p&gt;The reason for the 0x80070005 Error was FastCGI not beeing able to access the c:\ruby... changing the permissions fixed the problem&lt;/p&gt;&lt;p&gt;But now I get another Error:&lt;/p&gt;&lt;p&gt;&amp;quot;FastCGI Handler Extension&lt;/p&gt;&lt;p&gt;Error 0x80004005 occurred processing request.&lt;/p&gt;&lt;p&gt;The FastCGI process exited unexpectedly&amp;quot;&lt;/p&gt;&lt;p&gt;I&amp;#39;m too tired to further investigate that right now&lt;/p&gt;&lt;p&gt;good night&lt;/p&gt;&lt;p&gt;Sebastian&lt;/p&gt;</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#797</link><pubDate>Wed, 07 Mar 2007 05:55:26 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:797</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Mike,&lt;/p&gt;
&lt;p&gt;I was actually expecting you to email me :) &amp;nbsp;I've been also pretty crazed with IIS7 work for LHS beta3 (which is coming out very soon), so I've been behind on my blogging and projects. &amp;nbsp;Hopefully it should get better soon so I can spend more time on this.&lt;/p&gt;
&lt;p&gt;I do welcome an email discussion around these topics in the meantime though.&lt;/p&gt;
&lt;p&gt;Re: scotts post - to clarify - ASP.dll does not support wildcard mapping. &amp;nbsp;ASP.NET does, so you can route ASP requests through ASP.NET. &amp;nbsp;What you cant do is route non-ASP requests through ASP.&lt;/p&gt;
&lt;p&gt;When you email me, we can try to work out a list of things, samples or otherwise, that we can do to improve the state of this space. &amp;nbsp;You should be able to figure out what my email address is pretty easily :)&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#805</link><pubDate>Thu, 08 Mar 2007 23:31:08 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:805</guid><dc:creator>Brent Heinz</dc:creator><description>&lt;p&gt;I plan on testing this version out in the near future. &amp;nbsp;If all goes well and the community wants the support for it, I will build it into my installer package as an option. &amp;nbsp;&lt;/p&gt;&lt;p&gt;In the mean time if you are having any issues getting this beta version to work properly, take a look at my installer which uses the open source isapi_fcgi.dll ISAPI FastCGI implementation.&lt;/p&gt;</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#843</link><pubDate>Wed, 14 Mar 2007 08:04:58 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:843</guid><dc:creator>BG</dc:creator><description>&lt;p&gt;Get 500 server Error when I access &lt;a href="http://localhost:81/test/about" rel="nofollow" target="_new"&gt;http://localhost:81/test/about&lt;/a&gt;. It seems like the request never reach RoR as the rails application log show no trace of the request. (using WEBRIC server assures the application runs ok)&lt;/p&gt;&lt;p&gt;I can open the applications static index.html, but when i try /rails/info/properties I get FastCGIHandler Extension:Error 0x80004005 occured processing request. The FastCGI process exited unexpectedly.&lt;/p&gt;&lt;p&gt;I have three sites on my server, and the IIS log for the Ruby site show 2007-03-14 10:55:51 127.0.0.1 GET /test/about - 81 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 200 0 0&lt;/p&gt;&lt;p&gt;Any suggestions?&lt;/p&gt;</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#846</link><pubDate>Wed, 14 Mar 2007 14:02:58 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:846</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;BG,&lt;/p&gt;
&lt;p&gt;It looks like the Ruby.exe process is failing upon being started. &amp;nbsp;Can you provide the contents of your fcgiext.ini file? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also make sure that the path to the dispatch.fcgi you are providing to it is correct, and that the application pool identity has read access to the application directory.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#862</link><pubDate>Fri, 16 Mar 2007 09:28:45 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:862</guid><dc:creator>BG</dc:creator><description>Mike,
Giving NETWORK SERVICE full control over the application directory fixed the problem. 

I am now running the site with Integrated Windows authentication to achive Single-Sign-On and use the request.env["AUTH_USER"] to achive a role based authorization, based on user group belongings in AD.

Thanks,
BG </description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#960</link><pubDate>Wed, 28 Mar 2007 18:48:32 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:960</guid><dc:creator>Rob Conery</dc:creator><description>I followed  the instructions (including setting the permissions C:\Ruby and putting read\write on the application directory fixed up everything nice.

It's worth noting to triple check the INI edits - they did me in :). Once I mapped that stuff right and restarted IIS, it all worked great.

Error reporting is excellent - Rails errors show as they should - not as a 500 error.

Scaffolding works a treat against MySQL 5.

I will be creating a mid-sized application using this, and I'll be sure to writeup the results here and on my blog.

Nice work Mike! I think you're my new favorite person :).</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#965</link><pubDate>Thu, 29 Mar 2007 16:45:22 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:965</guid><dc:creator>Mike Schinkel</dc:creator><description>&lt;p&gt;mvolo: I was actually expecting you to email me :)  

&lt;p&gt;I did email you, via [1]. You must have missed it, or it didn't work. :)  My email is mikeschinkel at gmail dot com.

&lt;p&gt;I'll be in Redmond at least April 18-19, 2007 for Powershell meeting, and probably a day before and a day after. Any chance we could chat for 30 min while I'm there?

&lt;p&gt;[1] http://mvolo.com/blogs/serverside/contact.aspx</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#966</link><pubDate>Thu, 29 Mar 2007 22:49:26 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:966</guid><dc:creator>Rob Conery</dc:creator><description>I just ported over an application I built a few months back to see how it would hold up. I integrated the GoogleMaps API and have about 12 different &amp;quot;pages&amp;quot; - all work great and are very responsive. I just wish we could get around the initial spin-up lag :). But I&amp;#39;m just stoked it works. I&amp;#39;ll post any and all issues if they arise. My next step is to integrate Amazon web services as part of an article I&amp;#39;m writing; I&amp;#39;ll let you know how it goes...</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#976</link><pubDate>Mon, 02 Apr 2007 14:59:01 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:976</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Rob,&lt;/p&gt;
&lt;p&gt;Great to hear. &amp;nbsp;Please keep us posted!&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1107</link><pubDate>Mon, 23 Apr 2007 06:19:20 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1107</guid><dc:creator>SoftMind</dc:creator><description>Hello,

This has reference to your 10 steps mentioned above for running Ruby with IIS.

I am having Windows Xp, wih service pack 2 and IIS 5.1.

Pl. tell me in short, whether i can make those 10 steps work with IIS 5.1 or not.

I have no plans to  install IIS 6 at this Stge.

Thanks</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1113</link><pubDate>Tue, 24 Apr 2007 13:56:33 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1113</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Unfortunately, no :( &amp;nbsp;We require wildcard mapping support for Ruby to be set up this way, and this is only present on IIS6+.&lt;/p&gt;
&lt;p&gt;You can however run still run FastCGI with applications like PHP on XP / IIS5.1, just not Ruby.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1124</link><pubDate>Fri, 27 Apr 2007 03:30:40 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1124</guid><dc:creator>James</dc:creator><description>Hello Mike,

To what extent will you be providing support for developers who want to integrate frameworks like Rails on LHS?

Personal preference would be that one would only have to do configuration, not download &amp; configure external add-ons and mess about with .ini files (this is presuming Rails &amp; Ruby have already been installed by some mechanism, be it InstantRails, .msi, or something else).

Am I correct in assuming that you're also aiming for a configuration-only support?

That would be, *expletive deleted* great, to put it mildly :)</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1174</link><pubDate>Mon, 07 May 2007 07:21:55 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1174</guid><dc:creator>John C. Kha</dc:creator><description>Thank you for helping to get a viable RoR on IIS solution into development.  I am considering using this method, but need to know whether or not it will support installing applications in virtual directories.  I wish to run a ruby app as a sub directory of the default web site alongside WSUS and a couple of other applications (its an app for documenting our servers and monitoring their status.)</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1210</link><pubDate>Fri, 11 May 2007 00:53:07 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1210</guid><dc:creator>Ruby on Rails Examples</dc:creator><description>Rails rock, runs every where ! 

But mongrel is best server.

</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1339</link><pubDate>Tue, 15 May 2007 16:34:55 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1339</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;John,&lt;/p&gt;
&lt;p&gt;Have you tried doing this? &amp;nbsp;From the IIS perspective, there shouldnt be a problem - although we have not tested this at this point.&lt;/p&gt;
&lt;p&gt;Theoreticaly, FastCGI provides the server variables that RoR should be able to use to allow this to work.&lt;/p&gt;
&lt;p&gt;Can you give this a try, and let us know?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1374</link><pubDate>Wed, 16 May 2007 23:01:51 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1374</guid><dc:creator>bird</dc:creator><description>I got the same error

"FastCGI Handler Extension

Error 0x80004005 occurred processing request.

The FastCGI process exited unexpectedly"

I need your help Mike!
Thanks.
Bird


</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1378</link><pubDate>Thu, 17 May 2007 00:54:42 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1378</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Bird,&lt;/p&gt;
&lt;p&gt;It looks like the FastCGI process you have configured has AVed. &amp;nbsp;This could happen for any number of Ruby-specific reasons, like invalid access permissions, or invalid configuration, etc - you'd really need more information to move forward.&lt;/p&gt;
&lt;p&gt;Check the &amp;quot;application&amp;quot; event log for details of the AV, or the Ruby log if one exists.&lt;/p&gt;
&lt;p&gt;It may be worth verifying that you can run ruby.exe from command line without an error, to eliminate ruby setup issues.&lt;/p&gt;
&lt;p&gt;If this doesnt help you, try monitoring the ruby.exe process with process monitor to see what happens that leads to a crash. &amp;nbsp;Running ruby.exe under the debugger may also help.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1380</link><pubDate>Thu, 17 May 2007 02:39:18 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1380</guid><dc:creator>bird</dc:creator><description>Mike,
Ruby didn't run in the process monitor

Thanks,
Bird</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1381</link><pubDate>Thu, 17 May 2007 02:46:34 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1381</guid><dc:creator>bird</dc:creator><description>Mike ,

The contents of my fcgiext.ini file

[Types] 
*:71874619=Ruby 

[Ruby] 
ExePath=C:\ruby\bin\ruby.exe 
Arguments=F:\web\ruby on rails\myapp\public\dispatch.fcgi 
IgnoreDirectories=0 
IgnoreExistingFiles=1
QueueLength=1000 
MaxInstances=4 
InstanceTimeout=30 
InstanceMaxRequests=200

Thanks,
Bird</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1440</link><pubDate>Thu, 17 May 2007 22:54:49 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1440</guid><dc:creator>bird</dc:creator><description>Mike,

I find the reason may be the site permissions</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1586</link><pubDate>Thu, 24 May 2007 15:41:17 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1586</guid><dc:creator>Dejan Dimic</dc:creator><description>It is nice to see that IIS has a way to accommodate RoR web apps. 
I am not to much acquaint with IIS mainly because Apache + Mongrel + Rails combination is more flexible to me and I not even try to engage the IIS.

Nevertheless I embrace your effort to enable RoR for the IIS in an easy and clean way. I look forward to see the final painless solution.
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1796</link><pubDate>Mon, 04 Jun 2007 11:40:23 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1796</guid><dc:creator>Efren Yevale</dc:creator><description>There's no way to make the rails application run inside a virtual directory!, at least not without any documentation:

FastCGI Handler Extension
Error 0x80070585 occurred processing request.
Invalid index.

If we try to run the application on a web server it seems fine but we need to use our https certificate so this is not an option.

The people interested may come from other technologies or platforms, in my personal case from *NIX. Please consider this and help us with more documentation. =)</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1824</link><pubDate>Tue, 05 Jun 2007 20:29:33 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1824</guid><dc:creator>bheinz</dc:creator><description>In Step 5 where you modify the Ruby CGI.rb, what bug are you actually trying to "fix" here?  If you are referring to the issue with the HTTP status codes not properly being passed through from Ruby on Rails, the bug is not in Rubies CGI implementation (because it works just fine under webrick server) the bug is in rails itself.  ApplicationController base.rb render_text method sets @response.headers['Status'] upper case but CGI looks for lowercase 'status'.  If you look in the webrick HttpResponse class you will see they do a downcase on the indexer key of the headers hash.  Its just a bug in Rails specifically and not Ruby, IMHO.

</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1893</link><pubDate>Fri, 08 Jun 2007 14:22:01 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1893</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;bheinz,&lt;/p&gt;
&lt;p&gt;The issue we had to mitigate with this fix is that CGI.rb automatically detects when its hosted under IIS, and behaves as a &amp;quot;NPH&amp;quot; script. &amp;nbsp;With FastCGI, this actually breaks the server because we dont support the NPH mode - so the fix disables this special casing and lets Ruby behave as a normal CGI script. &amp;nbsp;I am not sure whether CGI.rb is part of Ruby or Rails, but its a necessary fix in order to enable RoR to work.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1977</link><pubDate>Wed, 13 Jun 2007 22:13:07 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1977</guid><dc:creator>Nick</dc:creator><description>I followed the steps exactly and for some reason it does not work. It gives me an IIS error mage. I don't know where to look next. Could someone give me some clues?

I tried it twice as well. Used the exact versions and everything. I have no idea what is going on.

Brand new machine with a fresh install of Windows SBS 2003</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#1999</link><pubDate>Thu, 14 Jun 2007 17:12:37 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:1999</guid><dc:creator>Nick</dc:creator><description>I posted here yesterday, however, I got a step further. I did not notice the "Be sure to clear the "Verify that file exists" checkbox."

I did that and now I can connect to the page, however, I am getting a 500 error:

FastCGI Handler Extension

Error 0x80070585 occurred processing request. 

Invalid index.

Any help would be appreciated</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#2000</link><pubDate>Thu, 14 Jun 2007 17:39:03 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:2000</guid><dc:creator>Dirk Praet</dc:creator><description>Installed Ruby, RoR IIS extensions and followed the rest of the instructions. As soon as I had added full control to the network service on the myapp directory, everything worked as a charm. I'm gonna try some real applications in the days to come ...</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#2086</link><pubDate>Sun, 17 Jun 2007 17:30:47 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:2086</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Dirk,&lt;/p&gt;
&lt;p&gt;&amp;quot;Network Service&amp;quot;, or identity of the IIS application pool if you have changed it, needs to have Read access to the application root (Full / write / change access is not required by IIS and shouldnt be granted for security reasons). &amp;nbsp;Also, &amp;quot;Network Service&amp;quot; or your apppool identity needs to have Read access to the directory with Ruby.exe.&lt;/p&gt;
&lt;p&gt;I am not 100% sure what permissions Ruby.exe itself requires beyond the Read access. &amp;nbsp;It will be executed with the same identity that the IIS application pool runs under, so you would need to grant any required permissions to it.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#2087</link><pubDate>Sun, 17 Jun 2007 17:37:27 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:2087</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Nick,&lt;/p&gt;
&lt;p&gt;Be sure that your fcgiext.ini configuration is correct, and uses the right site number if it specifies one. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#3825</link><pubDate>Tue, 24 Jul 2007 10:54:55 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:3825</guid><dc:creator>Luca</dc:creator><description>Hello, I'm trying to get things working on a W2K3 but it doesn't work!

The error message I get is:
"...
Error 0x80070102 occurred processing request.

The FastCGI process exceeded configured activity timeout"

I checked the cgi.rb and the fcgiext.ini and they are correct (the name and id of the site are the same: Ruby - 85358523).

Don't know what else to check or do!

Please help me!!

Thanks,
Luca</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#3841</link><pubDate>Wed, 25 Jul 2007 01:02:41 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:3841</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Luca,&lt;/p&gt;
&lt;p&gt;Can you use the Process Explorer tool (or task maanger) to confirm that &amp;quot;Ruby.exe&amp;quot; is starting when you make a request to the ruby app? &amp;nbsp;Be sure its &amp;quot;ruby.exe&amp;quot;, not &amp;quot;rubyw.exe&amp;quot; or any other process (like notepad.exe, that wont work either :) ).&lt;/p&gt;
&lt;p&gt;The error usually means that either you are not starting the right process which doesnt correctly communicate over FastCGI, or perhaps your Ruby script is taking a long time to do anything and tripping up the activity timeout. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you are sure Ruby.exe is starting and doing work, you can adjust the activity timeout up - set the &amp;quot;ActivityTimeout=T&amp;quot; in your fcgiext.ini pool definition where T is seconds.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#3879</link><pubDate>Thu, 26 Jul 2007 12:19:40 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:3879</guid><dc:creator>Matt</dc:creator><description>Hi, 

Thanks for your detailed instructions.  I am having a strange problem with getting my RoR app to work properly with W2K3 and IIS 6.0. 

The app works but only for one of my controllers. I've given permissions to all users and double checked the configuration files.

MySql is working because I can create records with the one controller that works.  Also, the application functions properly if I boot it locally with Webrick or Monrel. 

Any Advise would be very helpful, 

Thanks, 

- Matt</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#3882</link><pubDate>Thu, 26 Jul 2007 13:48:28 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:3882</guid><dc:creator>Luca</dc:creator><description>I've checked the task manager and the ruby.exe process is running but it stops after a few seconds and the error message this time is different:

"...Error 0x80004005 occurred processing request. 

The FastCGI process exited unexpectedly"

the most recent release of ruby AND rails are installed, as is the FCGI extension for IIS 6.</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#4126</link><pubDate>Thu, 02 Aug 2007 06:52:09 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:4126</guid><dc:creator>aldo</dc:creator><description>hello Mike
"sorry for my english. I have translate from google".
I AM FROM ROME ITALY.

I have followed your instructions and all it has gone well.

I wanted to ask to you: if I must realize two applications, on same web server, what I must make, and as I must modify fcgiext.ini? 

thanks and I hope to me it are explained!!

Ciao
Aldo Italy Rome 

</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#4863</link><pubDate>Mon, 13 Aug 2007 14:52:51 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:4863</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Luca,&lt;/p&gt;
&lt;p&gt;This sounds like a bug in Ruby that is causing the Ruby process to go away prematurely. &amp;nbsp;It may also be a Ruby configuration that causes Ruby to only process 1 request before the process goes away - you may need to ask in RoR forums. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;If so, you may need to set this to a number higher then instanceMaxRequests in FastCGI configuration (or lower instanceMaxRequests to be under the Ruby max requests).&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#4864</link><pubDate>Mon, 13 Aug 2007 14:53:16 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:4864</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Matt,&lt;/p&gt;
&lt;p&gt;What is the error you get for your other controllers?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#5143</link><pubDate>Thu, 16 Aug 2007 23:52:23 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:5143</guid><dc:creator>Derek Knight</dc:creator><description>Has there been any progress on an IIS7 installer guide? I tried installing on Vista Ultimate last night and I think I'm getting somewhere, but I was getting a "General Silliness" error (that should have been fixed in the TP2 release, but maybe I need to reboot!). Any help with setting up IIS7 is appreciated. FWIW I have PHP running under this FastCGI on the same box and that's fine. Maybe I'm expecting too much to have PHP and RoR on the same web server...

Derek</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#5579</link><pubDate>Tue, 21 Aug 2007 08:46:04 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:5579</guid><dc:creator>Peter Krantz</dc:creator><description>Thank you for the intro on getting RoR running on W2K3. I believe this will be a "killer app" if it works well. There are a lot of former ASP.NET developers switching to RoR that know little about setting up Linux server environments and they will be happy if they can continue running Windows on the server side.

Right now it looks like the JRuby guys have managed to create a dead simple deployment scenario for RoR-apps (to be able to run them in the Java server environment). I sincerely hope that something similar will appear for W2K3/IIS. When will that John Lam guy be done with IronRuby so that we can do one-line deplyment of Ruby on Rails apps to IIS servers? :-)</description></item><item><title>Ruby on Rails for IIS (Fast-CGI)</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#5688</link><pubDate>Wed, 22 Aug 2007 18:33:42 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:5688</guid><dc:creator>Tiernans Comms Closet</dc:creator><description>&lt;p&gt;After posting my post about Being a Better Developer , and needing info about Ruby on Rails and IIS (since&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#6646</link><pubDate>Tue, 04 Sep 2007 07:10:52 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:6646</guid><dc:creator>aldo</dc:creator><description>hello Mike, in attended of the answer (you see over), I wanted to ask to you if it is normal school that with fastcgi on IIS the performance seems to get worse.

Aldo Rome Italy</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#6673</link><pubDate>Tue, 04 Sep 2007 12:31:07 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:6673</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Hi Aldo,&lt;/p&gt;
&lt;p&gt;We havent looked into Ruby performance extensively yet, although I have observed poor performance coming from Ruby.exe itself. &amp;nbsp;I heard that it may be due to Ruby not running in &amp;quot;production mode&amp;quot;, which I believe is controlled by environment variables you set on the box.&lt;/p&gt;
&lt;p&gt;You may be able to get more ideas on Ruby forums.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#7337</link><pubDate>Tue, 18 Sep 2007 14:46:58 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:7337</guid><dc:creator>DaveS</dc:creator><description>Mike, I'm having issues here...

My first error was similar to others: 
&lt;em&gt;FastCGI Handler Extension
Error 0x80070585 occurred processing request.
Invalid index.&lt;/em&gt;

I originally had named the site "Rails".  I renamed it Ruby (and changed fcgiext.ini  to reflect the name change) and that error went away.  Now I'm getting...

&lt;em&gt;FastCGI Handler Extension
Error 0x80004005 occurred processing request.
The FastCGI process exited unexpectedly&lt;/em&gt;

I'll go look for ways to address that second error (unless you've determined the cause since it was last asked), but would you mind explaining why the it doesn't work to have the site named "Rails" with the fcgiext.ini saying:

[Types]
*:10740288=Rails

That seems odd to me.  The right side of that equal sign is supposed to be the IIS site name, right?


</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#9449</link><pubDate>Wed, 24 Oct 2007 17:40:30 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:9449</guid><dc:creator>Chase Peeler</dc:creator><description>Great how-to. I did it with ruby 1.8.6-25 and the golive release of fast cgi extension. Worked great. 

All the other how-tos I found out there included installing some url rewriters and pretty heavy code changes.

I was able to set mine up as a virtual directory under my default site (which uses PHP, isapi currently, maybe fastcgi soon). I just added the fastcgi handler to the virtual directory and not the site root. I also had to edit the default routes in config/routes.rb and add the name of the virtual directory:
ie
map.connect '/:controller/:action/:id.:format'
map.connect '/:controller/:action/:id'

becomes

map.connect 'myapp/:controller/:action/:id.:format'
map.connect 'myapp/:controller/:action/:id'

where myapp is the name of the virtual directory, not your application (although you probably will name the virtual directory the same as your app)

You are limited to only one application this way (you can create  others as separate sites still) because you  have to route sites, not directories, to the app roots in  the ini file.</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#9506</link><pubDate>Thu, 25 Oct 2007 13:43:46 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:9506</guid><dc:creator>shiva</dc:creator><description>Iam getting the below error.if u know how to solve this problem pls help me

FastCGI Error




The FastCGI Handler was unable to process the request.

Error Details:

    * Could not find entry for "(null)" on site 802735 in [Types] section.
    * Error Number: 1413 (0x80070585).
    * Error Description: Invalid index.

HTTP Error 500 - Server Error.
Internet Information Services (IIS)</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#9517</link><pubDate>Thu, 25 Oct 2007 15:07:17 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:9517</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Hi Shiva,&lt;/p&gt;
&lt;p&gt;Can you post this problem on the FastCGI forums - &lt;a rel="nofollow" target="_new" href="http://forums.iis.net/1103.aspx?"&gt;http://forums.iis.net/1103.aspx?&lt;/a&gt; We can help you there.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#10809</link><pubDate>Tue, 06 Nov 2007 20:38:56 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:10809</guid><dc:creator>Yannis</dc:creator><description>&lt;p&gt;Nice!&lt;/p&gt;</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#10827</link><pubDate>Tue, 06 Nov 2007 22:05:29 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:10827</guid><dc:creator>Mike Hodgson</dc:creator><description>Hi Mike,

I can't seem to get this working with a default route. I have mapped '' to :controller =&gt; 'test', and deleted index.html, however IIS is returning a "Directory Listing Denied" error, rather than passing the request over to the FastCGI process.

I have made sure that IgnoreExistingDirectories is set to 0 in the  fastcgi config.


visiting /test/index works just fine.</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#11289</link><pubDate>Fri, 09 Nov 2007 00:31:49 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:11289</guid><dc:creator>Arnold</dc:creator><description>what is a site id? and how do i find my site id"?</description></item><item><title>【收藏】本（两？）周ASP.NET英文技术文章推荐[02/11 - 02/24] </title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#12813</link><pubDate>Wed, 14 Nov 2007 02:39:01 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12813</guid><dc:creator>Jacky_xu</dc:creator><description>&lt;p&gt;摘要&lt;/p&gt;
&lt;p&gt;给各位朋友拜个晚年，下面是两周的推荐，共有9篇文章： ASP.NETAJAX和SharePoint&lt;/p&gt;
&lt;p&gt;用C#编写Vista的Gadget&lt;/p&gt;
&lt;p&gt;.NETFramework编年史&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#12829</link><pubDate>Mon, 19 Nov 2007 05:16:59 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12829</guid><dc:creator>shiva</dc:creator><description>I want to upgrade my iis6 to iis7 for my windows2003 os.is it possible?</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#12839</link><pubDate>Mon, 03 Dec 2007 03:30:50 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12839</guid><dc:creator>brad</dc:creator><description>Everything seems to be working well when using rails and weborb as a backend for a flex app.  Just followed the steps here and things seem to be working well straight away. Thanks!!</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#12898</link><pubDate>Wed, 19 Dec 2007 16:24:17 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12898</guid><dc:creator>Dan</dc:creator><description>When i followed the steps provided (using 2003 and FCGI) i always wind up getting a fastCGI error: The FastCGI process exited unexpectedly. So i checked out rick.james information regarding this issue at http://blogs.iis.net/rickjames/archive/2007/10/16/fastcgi-debugging-quot-the-fastcgi-process-exited-unexpectedly-quot.aspx.
after testing i still get the same old results though. Just curious if anyone else had this issue before in the past or present and might be able to provide some information</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#12928</link><pubDate>Wed, 02 Jan 2008 04:24:11 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12928</guid><dc:creator>BigG</dc:creator><description>Hmmm I wonder if with some armtwisting the FCGI handler could talk to Django....

</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#12930</link><pubDate>Wed, 02 Jan 2008 18:47:41 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12930</guid><dc:creator>Dan</dc:creator><description>Well, never mind. seems my problem stemmed from a problem with a gem that was installed. Upon fixing the gem issue things seemed to work. 
It would be great if fastCGI showed a good error message instead of generic messages about it exiting the process. Debugging can be a pain sometimes... 
Thanks for the article </description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#12948</link><pubDate>Mon, 14 Jan 2008 20:35:51 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12948</guid><dc:creator>Jos&amp;#233;</dc:creator><description>Very interesting, specially working in IIS</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#12958</link><pubDate>Fri, 18 Jan 2008 17:03:46 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12958</guid><dc:creator>JL</dc:creator><description>Might sound trivial and obvious, but to set the environment (Development, Production), add to the INI file:

EnvironmentVars=RAILS_ENV:production

</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#12984</link><pubDate>Thu, 31 Jan 2008 18:02:27 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12984</guid><dc:creator>Carlos</dc:creator><description>Hi Mike:

I just read your article, and I tried to dollow the instructions step by step as indicated, however since the begining I have troubles: When trying to install the FastCGI TP2, I got an error that indicates me:

fcgisetup is not a valid Win32 application

I tried in to installed in both ways:

1- By typing cscript fcgisetup.js /install ( as you mentioned in the article)

2- By typing fcgisetup.js /install ( as it is described in the appended readme file of the FastCGI TP2 zip package.

Do you have an idea of what's happening here?

</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#12987</link><pubDate>Fri, 01 Feb 2008 17:02:40 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:12987</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Hi Carlos,&lt;/p&gt;
&lt;p&gt;Sounds like you are downloading an x64 version for an 32-bit operating system. Be sure to download the 32-bit version.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>http://www.articlewebtraffic.com</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13137</link><pubDate>Mon, 31 Mar 2008 23:30:31 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13137</guid><dc:creator>http://www.articlewebtraffic.com</dc:creator><description>&lt;p&gt;hey I always wanted to find out more about plr articles.&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13150</link><pubDate>Fri, 04 Apr 2008 22:41:38 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13150</guid><dc:creator>lois</dc:creator><description>Hi Guys .. I'm Know this is a stupid ask ... but i think i ask here...

What should i install on Windows Server 2008? DNS+IIS+MYSQL+FASTCGI+Ruby on RAils+SSH+Capistrano    or?
Schould i need install Active Directory???  or no`??

Can anybody recommend a book with pratices.. thanksss...

..Thankss guys</description></item><item><title>Setting up Ruby on Rails with IIS 7.0 and Vista SP1</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13164</link><pubDate>Fri, 11 Apr 2008 01:25:46 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13164</guid><dc:creator>Dave's Team System Blog</dc:creator><description>&lt;p&gt;I have an interoperability demo that I'm working on, so I'm setting up Ruby so that I can connect via&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13278</link><pubDate>Sat, 17 May 2008 14:46:48 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13278</guid><dc:creator>Albert</dc:creator><description>I have a question .. i tried with this steps and it doenst work ..  :(  .. i dont know more or can you update the information with the newest Version on Windows Server 2008 (FINAL VERSION) ....</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13284</link><pubDate>Mon, 19 May 2008 17:05:10 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13284</guid><dc:creator>Mike Volodarsky</dc:creator><description>&lt;p&gt;Albert,&lt;/p&gt;
&lt;p&gt;This post is about Windows Server 2003. WS08 has some additional requirements.&lt;/p&gt;
&lt;p&gt;If I find some time, I'll blog about it in the future. In the meantime, see if this works for you: &lt;a rel="nofollow" target="_new" href="http://wiki.rubyonrails.org/rails/pages/HowToConfigureIIS7"&gt;http://wiki.rubyonrails.org/rails/pages/HowToConfigureIIS7&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13319</link><pubDate>Sat, 07 Jun 2008 17:25:09 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13319</guid><dc:creator>Stefan Buhrm</dc:creator><description>Hellloooooooo thanks for this great guide, i got it working! HURRAY!

unfortunately i ran into the same problem as mr. mike has posted last year. Copy&amp;Paste:
Hi Mike, I can't seem to get this working with a default route. I have mapped '' to :controller =&gt; 'test', and deleted index.html, however IIS is returning a "Directory Listing Denied" error, rather than passing the request over to the FastCGI process. I have made sure that IgnoreExistingDirectories is set to 0 in the fastcgi config. visiting /test/index works just fine.

Is it possible to fix that, or do you know a way to do it?</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13391</link><pubDate>Thu, 17 Jul 2008 12:21:25 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13391</guid><dc:creator>Hasan Rahman</dc:creator><description>Hi Mike, I am trying to run rails on WS08 but I cannot get it to work. I tried the rails wiki steps. I keep getting a Internal error 500, c:\ruby\bin\ruby.exe - The FastCGI process exited unexpectedly. Any ideas to what is wrong? I can run Webrick and create sites and so on so I guess the problem is in configuring IIS7?</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13428</link><pubDate>Wed, 13 Aug 2008 17:43:39 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13428</guid><dc:creator>jbliss</dc:creator><description>&lt;p&gt;Thanks, Mike! &amp;nbsp;After following these steps, when I go to &lt;a rel="nofollow" target="_new" href="http://localhost:81/test/about"&gt;http://localhost:81/test/about&lt;/a&gt;, I get:&lt;/p&gt;
&lt;p&gt;FastCGI Error&lt;/p&gt;
&lt;p&gt;The FastCGI Handler was unable to process the request.&lt;/p&gt;
&lt;p&gt;Error Details:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;* The FastCGI process exited unexpectedly&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;* Error Number: -2147467259 (0x80004005).&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;* Error Description: Unspecified error&lt;/p&gt;
&lt;p&gt;HTTP Error 500 - Server Error.&lt;/p&gt;
&lt;p&gt;Internet Information Services (IIS)&lt;/p&gt;
&lt;p&gt;What did I screw up?&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13453</link><pubDate>Mon, 01 Sep 2008 12:30:59 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13453</guid><dc:creator>aL</dc:creator><description>hi :) i had some problems getting this to work but it seems, setting execute permissions on C:\WINDOWS\system32\inetsrv\fcgiext.dll/ini as well as the ruby folder and the app folder worked for me

it'd be really nice to see an updated version of this article that uses the fcgi rtm and
http://www.codeplex.com/RORIIS</description></item><item><title>Ruby on Rails in IIS 7.0 with URL Rewriter</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13468</link><pubDate>Tue, 09 Sep 2008 22:50:15 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13468</guid><dc:creator>Ruslan's Blog</dc:creator><description>&lt;p&gt;If you ever tried to set up Ruby on Rails (RoR) on IIS 7.0 with FastCGI you have probably noticed that&lt;/p&gt;
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13481</link><pubDate>Tue, 16 Sep 2008 16:47:05 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13481</guid><dc:creator>K</dc:creator><description>I am posting this as I see others have had the same issue, but don't see an answer to their specific issue.

1) If I use script/server, everything is fine for everything on the site, so seems to be an IIS/FastCGI issue.

2) If I try go to the root of the site, I get a "Directory Listing Denied
This Virtual Directory does not allow contents to be listed."

3) If I go to any sub-page ... say /featured ... it works fine, every singe page works as expected except the root'd document.

Has anyone found a solution to this issue?  I've been searching for a few days now and haven't found an actual answer to this specific issue.

Thanks!</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13484</link><pubDate>Wed, 17 Sep 2008 15:23:02 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13484</guid><dc:creator>Kyle</dc:creator><description>I posted this yesterday, but don't see it on here as of yet, sorry if it does post and we end up with dupe posts.

1) If I run the WEBrick application, the website performs fine, including the root web page.
2) All pages running off IIS and ROR appear fine except the page that is in the root directory.  
3) The root directory produces a "Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
"
4) Nothing in the logs for either ROR or IIS points me to anything specific.
5) I do see other people have had this issue, but haven't found a resolution to the issue, any suggestions/hints?

Thanks
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13524</link><pubDate>Thu, 23 Oct 2008 15:41:09 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13524</guid><dc:creator>Fabio</dc:creator><description>Mike,

do you already have the Vista/Longhorn tutorial? I'm really lost here...</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13636</link><pubDate>Sat, 27 Dec 2008 14:05:20 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13636</guid><dc:creator>Andrew</dc:creator><description>I followed the steps here and apart from the permission problems it all worked fine. After granting everyone read/write to the tmp folder under my myapp folder, and giving the IWAM account permissions to my ruby folder, I then got errors about sqlite3. I have posted the fix in this post http://rubyforge.org/tracker/?func=detail&amp;atid=1044&amp;aid=22703&amp;group_id=254

</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13722</link><pubDate>Mon, 02 Mar 2009 15:17:33 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13722</guid><dc:creator>alex</dc:creator><description>Hi, im having the "The FastCGI process exited unexpectedly" error message, i've already assign Full Control to NetworkService account and also make sure that the path to the dispatch.fcgi it's correct. Any other suggestion, im running IIS7 on Vista SP1.</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13778</link><pubDate>Sun, 12 Apr 2009 06:16:30 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13778</guid><dc:creator>kwin</dc:creator><description>&lt;p&gt;Assign Full Control to NetworkService account &lt;/p&gt;&lt;p&gt;I&amp;#39;ve cleared this 500 error to assign Full Control to &amp;#39;Everyone&amp;#39;.&lt;/p&gt;</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13840</link><pubDate>Mon, 01 Jun 2009 13:56:43 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13840</guid><dc:creator>td</dc:creator><description>Error Details:
    * The FastCGI process exited unexpectedly
    * Error Number: -2147467259 (0x80004005).
    * Error Description: Nieokreœlony blad. (english -&gt; Unknown error)

What is the reason of it? Anyone know?</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13900</link><pubDate>Thu, 02 Jul 2009 18:15:01 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13900</guid><dc:creator>Christopher LaMontagna</dc:creator><description>what is a site id? and how do i find my site id"? 

someone please respond to this! I imagine it has to do with the url? 

How do you link the app you just setup following the above steps to a URL? </description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13920</link><pubDate>Thu, 06 Aug 2009 19:53:49 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13920</guid><dc:creator>Stephen Hare</dc:creator><description>this is what I'm getting when I install.  Any ideas?

FastCGI Error
The FastCGI Handler was unable to process the request. 
--------------------------------------------------------------------------------

Error Details:

Unknown property "InstanceTimeout" present under section "Ruby" in config file.
Error Number: 13 (0x8007000d).
Error Description: The data is invalid. </description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13949</link><pubDate>Tue, 25 Aug 2009 18:52:50 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13949</guid><dc:creator>joshua</dc:creator><description>Stephen Hare: in your C:\WINDOWS\system32\inetsrv\fcgiext.ini, change InstanceTimeout to ActivityTimeout.</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#13959</link><pubDate>Mon, 14 Sep 2009 16:46:59 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13959</guid><dc:creator>Linson</dc:creator><description>Hi,
I'm referring this link to install ruby on rails in windows server 2003 having IIS6.0.i have installed ruby on rails in windows as per above steps, but when i create rail application using command &gt; rails myapplic , then the following files are misssing under public folder of the rail application ,they are dispatch.rg,dispatch.cgi and dispatch.fcgi.I tried to reinstall ruby and rail application, but these files are not creating under public folder.
Can you suggest me the steps to proceed with the configuration.I really needs to install it on windows server 2003.</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#14060</link><pubDate>Wed, 16 Dec 2009 15:57:09 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:14060</guid><dc:creator>Jay</dc:creator><description>Linson,
I am having the same issue, no dispatch files are being created.  I have yet to find out what I missed.

If you resolved this please post.</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#14073</link><pubDate>Wed, 13 Jan 2010 21:03:16 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:14073</guid><dc:creator>Ed</dc:creator><description>I got the same issue with Linson and Jay. IIS6 on w2k3. Missing dispatch files.</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#14094</link><pubDate>Sat, 13 Feb 2010 03:35:18 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:14094</guid><dc:creator>Ryan</dc:creator><description>@Ed, @Linson and @Jay 

Rails 2.3+ no longer contains the dispatch files by default. You need to run:

rake rails:update:generate_dispatchers
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#14095</link><pubDate>Sat, 13 Feb 2010 03:38:31 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:14095</guid><dc:creator>Ryan</dc:creator><description>The issue I'm now having (after giving Network Service permissions) is that the FastCGI process crashes.

I get the default RoR "We're sorry, but something went wrong" page.

fastcgi.crash.log looks like the following:

[12/Feb/2010:19:24:07 :: 3304] starting
[12/Feb/2010:19:24:07 :: 3304] Ignoring unsupported signal USR1. (**SEVERAL OF THESE SPAM DOWN THE PAGE **)
[12/Feb/2010:19:24:07 :: 3304] Ignoring unsupported signal HUP. (** OCCASSIONALLY ONE OF THESE **)
</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#14098</link><pubDate>Sun, 14 Feb 2010 23:45:55 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:14098</guid><dc:creator>Ryan</dc:creator><description>Ensure you have give NEWORK SERVICE Full Control access to tmp and log in your app. Ensure sqlite3.dll/exe/def is in system32. Doing that allowed all NEW apps to run. My existing app (the one I'm doing this for) still has FastCGI crash before ruby is run.</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#14099</link><pubDate>Tue, 16 Feb 2010 01:01:16 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:14099</guid><dc:creator>Ryan</dc:creator><description>Above was fixed by moving sqlite dll etc to system32. Still can't get rails to find static images in the public/images folder. And the root/fallback route doesn't work. I get an error stating that directory listings aren't permitted.</description></item><item><title>re: 10 steps to get Ruby on Rails running on Windows with IIS FastCGI</title><link>http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx#14187</link><pubDate>Sat, 15 May 2010 22:24:24 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:14187</guid><dc:creator>دردشة عراقية </dc:creator><description>&lt;p&gt;thank u man &lt;/p&gt;
</description></item></channel></rss>