Guest User

Untitled

a guest
Apr 26th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <configuration>
  2. <system.webServer>
  3. <httpErrors errorMode="Detailed" >
  4. </httpErrors>
  5.  
  6. <staticContent>
  7. <mimeMap fileExtension=".mp4" mimeType="video/mp4" />
  8. <mimeMap fileExtension=".webm" mimeType="video/webm" />
  9. </staticContent>
  10.  
  11. </system.webServer></configuration>
Advertisement
Add Comment
Please, Sign In to add comment