Skip to content

Instantly share code, notes, and snippets.

@jesulink2514
Created January 4, 2016 21:31
Show Gist options
  • Save jesulink2514/5e1f8cfc67c6ca04834b to your computer and use it in GitHub Desktop.
Save jesulink2514/5e1f8cfc67c6ca04834b to your computer and use it in GitHub Desktop.
web.config de Handlebars.net template de correo
<system.webServer>
<security>
<requestFiltering>
<hiddenSegments>
<add segment="templates" />
</hiddenSegments>
</requestFiltering>
</security>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment