I am working on an application of ColdFusion 9 and IIS 7. The application was working fine but suddenly an error occurred on the page when a request was sent to a CFC page. Other CFM pages are working fine.
Here is the error message displayed in the Console.
503 (Remote CFC request timed out waiting to execute.)
Here is the message when I hit the same URL from a browser.
The service is unavailable.
A few days ago I faced the same issue which I fixed by restarting but now it has happened again. I would like to permanently fix this issue.