advanced code snippet search
odenijs on 12/03/11
IIS inetsrvstaticfilehandlermimetypemime
12/03/11 02:42am
command script for adding mimetypes for IIS
C:\Windows\System32\inetsrv>appcmd set config /section:staticContent /+[fileExtension='md',mimeType='text/plain'] --> result: Applied configuration changes to section "system.webServer/staticContent" for "MACHINE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"
Report this snippet Tweet
Comment:
You need to login to post a comment.