I have built a custom handler to threat requests of some specific files:
<add verb="*" path="*.pps,*.pdf,*.ppt,*.doc" type="CustomHandler"/>
Now, there is a folder, let’s say: “/free/” where this handler should not be called. Is there a way to accomplish this?
Thanks a lot!
You can put a remove element inside a web.config in that folder.