DLL in URL Path
I have an application running on 2 windows servers. Server 1 has IIS installed and had cold fusion plug into IIS during installation. Server 2 does not have IIS installed and is using the built in cold fusion server to serve its pages. The application on server 1 works perfectly while the same application on server 2 encounters 1 problem.
In the application, images are served through a dll at a path like this:
http://myapplication/somecomponent.dll/getimage?id=2&h=100&w=100
This works perfectly fine under the server with IIS, but is throwing an error under the server running the built in cold fusion web server. When trying to navigate to that directly it says file getimage not found.
I am guessing I am simply missing some sort of configuration within the cold fusion web server to let it know that this is not a path to a file. This was handled for me within IIS, but was not automatically handled within cold fusion. Can anyone provide any insight as to how I might get this to work on the cold fusion stand alone server?
Thanks.
