RE: Troubleshooting Windows 2003 & IIS6
26-2-2006 16:29
First thing to check is to see if you're solution works in Webrick in both production and development environments.
Secondly, try to see if you can call the dispatch.fcgi directly without any rewrite rule. For example dispatch.fcgi/ should give you the root of your RoR application.
Oh, and try a reboot of IIS and maybe even Windows. In some cases this seemed to be the required magic.
/Boris
RE: Troubleshooting Windows 2003 & IIS6
Eric
5-11-2006 6:19
I have the same problem. The application works fine in Webric. I have tried to access mydomain/dispatch.fcgi/ but am prompted for a username and password. Is this normal? If not, what do I do to correct it?