AEM servlet throwing HTTP Error 404.0 - Not found on Dispatcher IIS 10
Hi Community,
I am seeing an issue where AEM custom sling servlet is not accessible on one of the Dispatcher servers (IIS 10).
On trying to access the servlet, I get this error:

I have added filter to allow the servlet path in dispatcher.any file.
/0116 { /type "allow" /method "GET" /url "/bin/nameofthepath*" }
The pages are loading fine, just the servlets are not working. Kindly let me know if I am missing out anything. Appreciate your support.
Please note: The custom sling servlet is working fine on publish instance.