Copy link to clipboard
Copied
Hello,
I'm unable to fix the below error while setting up IIS 8.5 for my ColdFusion 2016, please let me fix for the issue.
Thanks a lot in advance .
1 Correct answer
Hi Aneesh,
Could you please recreate the connector using the below steps:
1) Navigate to ColdFusion2016\cfusion\runtime\bin directory and run wsconfig as "Administrator"
2) Remove the existing connector for this website
3) Add the connector again
Copy link to clipboard
Copied
Hi Aneesh,
Could you please recreate the connector using the below steps:
1) Navigate to ColdFusion2016\cfusion\runtime\bin directory and run wsconfig as "Administrator"
2) Remove the existing connector for this website
3) Add the connector again
Copy link to clipboard
Copied
Aneesh,
Is this error thrown on accessing any CFM page, or a specific one?
The error thrown seems to indicate one of the unsupported HTTP request types (PUT, DELETE,.. ) is being requested.
If the above is true, IIS tweaks are required. See the below link for more,
How to enable PUT and DELETE verbs on IIS 7 : The Official Microsoft IIS Forums

