We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c6c43 commit 595f11bCopy full SHA for 595f11b
src/Middleware/StaticFiles/src/FileExtensionContentTypeProvider.cs
@@ -84,6 +84,7 @@ public FileExtensionContentTypeProvider()
84
{ ".dib", "image/bmp" },
85
{ ".dir", "application/x-director" },
86
{ ".disco", "text/xml" },
87
+ { ".dll", "application/vnd.microsoft.portable-executable" },
88
{ ".dlm", "text/dlm" },
89
{ ".doc", "application/msword" },
90
{ ".docm", "application/vnd.ms-word.document.macroEnabled.12" },
@@ -104,6 +105,7 @@ public FileExtensionContentTypeProvider()
104
105
{ ".eps", "application/postscript" },
106
{ ".etx", "text/x-setext" },
107
{ ".evy", "application/envoy" },
108
+ { ".exe", "application/vnd.microsoft.portable-executable" },
109
{ ".fdf", "application/vnd.fdf" },
110
{ ".fif", "application/fractals" },
111
{ ".fla", "application/octet-stream" },
0 commit comments