Reputation: 1430
I am facing a strange issue while configuring ColdFusion with IIS. I was initially used CF 10 and due to the project needs, I have uninstalled CF10 and installed CF11. After that, I am getting an error
HTTP Error 500.0 - Internal Server Error
Calling LoadLibraryEx on ISAPI filter "C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll" failed
My server is Coldfusion 11 and why it looks for ColdFusion10? How can I fix this? Thanks in advance for your help.
Upvotes: 3
Views: 4495
Reputation: 1430
When I click on the username in left side pane on my IIS window, I can find many options listed. I have selected ISAPI Filters inside IIS section and in tomcat I find "C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll" as Executable. I just changed that to "C:\ColdFusion11\config\wsconfig\1\isapi_redirect.dll". This fixed the issue.
Upvotes: 5