Hello.
I've been working with a project that requieres to install many webServices, but when I run any of them, I get this error:
HTTP Error 404.3 - Not Found
You cannot access the requested page due to the configuration of the extension. If the page is a script, add a handler. If the file needs to be loaded, add a MIME mapping.
I found out that I can manually solve it by adding a managed handler on the IIS manager:
https://photos.app.goo.gl/ZnsjErrMDmpMeiAw9
But I can't find a way to add this managed handler in the Advanced installer project.
I'd appreciate any help.
Thanks!