Hi folks, OK. I''m new to RoR as of yesterday and I am having trouble getting RoR to work with IIS (we have to run it with IIS as we have other software that MUST run on IIS). After many battles and some successes, I have come to an error I simply can''t fathom. The error is this: Routing Error No route for path: "dispatch.fcgi" Failure reasons: 1. <ActionController::Routing::Route ":controller/service.wsdl" when {:action=>"wsdl"}> failed because no controller found at subpath dispatch.fcgi 2. <ActionController::Routing::Route ":controller/:action/:id" || {:id=>nil, :action=>"index"}> failed because no controller found at subpath dispatch.fcgi So I have managed to get fastCGI working and the ISAPI filter running but it seems as if RoR is trying to process the ''dispatch.fcgi'' as a directory. Can anyone help..... PLEASE! Thanks, James
Perhaps you need the full path to the "dispatch.fcgi" file? James Geary wrote:> Hi folks, > > OK. I''m new to RoR as of yesterday and I am having trouble getting RoR > to work with IIS (we have to run it with IIS as we have other software > that MUST run on IIS). After many battles and some successes, I have > come to an error I simply can''t fathom. The error is this: > > > Routing Error > No route for path: "dispatch.fcgi" > Failure reasons: > 1. <ActionController::Routing::Route ":controller/service.wsdl" > when {:action=>"wsdl"}> failed because no controller found at subpath > dispatch.fcgi > 2. <ActionController::Routing::Route ":controller/:action/:id" || > {:id=>nil, :action=>"index"}> failed because no controller found at > subpath dispatch.fcgi > > > > So I have managed to get fastCGI working and the ISAPI filter running > but it seems as if RoR is trying to process the ''dispatch.fcgi'' as a > directory. Can anyone help..... PLEASE! > > Thanks, > > James > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails