Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Set MIME type for .msi files
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Oct 24, 2012
1 parent 4499aee commit 0ec11ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WellCompareDir.Web/Web.config
@@ -1,8 +1,9 @@
<?xml version="1.0"?>

<configuration>
<system.webServer>
<staticContent>
<remove fileExtension=".msi" />
<mimeMap fileExtension=".msi" mimeType="application/x-ole-storage" />
<mimeMap fileExtension=".7z" mimeType="application/x-7z-compressed" />
</staticContent>
</system.webServer>
Expand Down

0 comments on commit 0ec11ab

Please sign in to comment.