Configuring SearchUnit includes adding
Code:<staticContent>
<mimeMap mimeType="text/html" fileExtension=".ashx"/>
</staticContent>
to web.config. However, I'm using other handlers (ashx) that I don't want to be treated as static content.
Search seems to work fine with that commented out. Is it necessary for some feature(s), or just performance?
Thanks for all the help.