Skip to content
vincentmac edited this page Dec 4, 2012 · 4 revisions

IIS7.5 Configuration

If you are receiving a 404 (not found) status code for your jade templates, use the following to set the mime type for .jade extensions on IIS:

C:\Windows\System32\inetsrv>appcmd set config /section:staticContent /+[fileExtension='.jade',mimeType='text/plain']

Clone this wiki locally