|
|
@ -1,5 +1,5 @@ |
|
|
<?xml version="1.0"?> |
|
|
<?xml version="1.0"?> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<system.web> |
|
|
<system.web> |
|
|
<httpModules> |
|
|
<httpModules> |
|
|
<add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web"/> |
|
|
<add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web"/> |
|
|
@ -7,12 +7,8 @@ |
|
|
</system.web> |
|
|
</system.web> |
|
|
<system.webServer> |
|
|
<system.webServer> |
|
|
<validation validateIntegratedModeConfiguration="false" /> |
|
|
<validation validateIntegratedModeConfiguration="false" /> |
|
|
<staticContent> |
|
|
|
|
|
<remove fileExtension=".webp"/> |
|
|
|
|
|
<mimeMap fileExtension=".webp" mimeType="image/webp" /> |
|
|
|
|
|
</staticContent> |
|
|
|
|
|
<modules> |
|
|
<modules> |
|
|
<add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web"/> |
|
|
<add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web"/> |
|
|
</modules> |
|
|
</modules> |
|
|
</system.webServer> |
|
|
</system.webServer> |
|
|
</configuration> |
|
|
</configuration> |
|
|
|