Marikkani Chelladurai
Marikkani Chelladurai

Reputation: 1430

Calling LoadLibraryEx on ISAPI filter in IIS

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. enter image description here

Upvotes: 3

Views: 4495

Answers (1)

Marikkani Chelladurai
Marikkani Chelladurai

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.

enter image description here

Upvotes: 5

Related Questions