Hi Guys
i tried to run a rails application on Windows IIS and show the world that Windows is an alternative ..
i have some problems with the configuration of RubyonRails on IIS7 .. i dont know what is wrong.... i configure all the settings of this page
notice: i have allready read the Artikel( the article is not actually and doesnt work..it is not applied on a windows server 2008) http://mvolo.com/blogs/serverside/archive/2007/02/18/10-steps-to-get-Ruby-on-Rails-running-on-Windows-with-IIS-FastCGI.aspx
http://wiki.rubyonrails.org/rails/pages/HowToConfigureIIS7
up to ...
c:\inetpub\wwwroot\myapp\public\web.config
<handlers>
<add name="rails-myapp" path="*" verb="*" modules="FastCgiModule" scriptProcessor="c:\ruby\bin\ruby.exe|c:\inetpub\wwwroot\myapp\public\dispatch.fcgi" resourceType="Unspecified" />
</handlers>
I dont get something like a default page or so ..
i cant understand what is wrong .. how should i configure the web.config file .. should i write this .. i mean should i create it or should it be all ready created...
<configuration>
<handlers>
..............................
</handlers>
</configuration>
can everybody write me or send me a example of a web.config file .. i dont know more..
Thanksss