Custom Http Handler working locally but not on Azure App service
Hi all,
I am having an issue with a http handler, it is running fine on local but when deployed to our azure test server it does not get hit.
The server is 32bit running iis10.
The idea of this handler is to try find existing media when a 404 is initially returned by the umbraco media handlers. I have added the below into the webconfig
Custom Http Handler working locally but not on Azure App service
Hi all,
I am having an issue with a http handler, it is running fine on local but when deployed to our azure test server it does not get hit.
The server is 32bit running iis10.
The idea of this handler is to try find existing media when a 404 is initially returned by the umbraco media handlers. I have added the below into the webconfig
And again in the overal web.server config under (
<handlers accessPolicy="Read, Write, Script, Execute">
):Any help would be greatly appreciated!
Cheers, Dan
is working on a reply...