my IIS (7.5) does not allow to download mustache files. Then I add it to the allowed extensions, and then the js files are not loading. Does anyone know why? When I add to allow download, it is written in the web.config file
<staticContent> <mimeMap fileExtension=".mustache" mimeType="text/html" /> </staticContent>
mustache files are loaded, but js files are not. My application is aspnet 4.5. Thank you Guillermo.
source share