|
|
|
@ -6,17 +6,17 @@ |
|
|
|
|
|
|
|
<configuration> |
|
|
|
<configSections> |
|
|
|
<sectionGroup name="imageProcessor"> |
|
|
|
<!--<sectionGroup name="imageProcessor"> |
|
|
|
<section name="security" requirePermission="false" type="ImageProcessor.Web.Configuration.ImageSecuritySection, ImageProcessor.Web"/> |
|
|
|
<section name="processing" requirePermission="false" type="ImageProcessor.Web.Configuration.ImageProcessingSection, ImageProcessor.Web"/> |
|
|
|
<section name="cache" requirePermission="false" type="ImageProcessor.Web.Configuration.ImageCacheSection, ImageProcessor.Web"/> |
|
|
|
</sectionGroup> |
|
|
|
</sectionGroup>--> |
|
|
|
</configSections> |
|
|
|
<imageProcessor > |
|
|
|
<!--<imageProcessor > |
|
|
|
<security configSource="config\imageprocessor\security.config"/> |
|
|
|
<cache configSource="config\imageprocessor\cache.config"/> |
|
|
|
<processing configSource="config\imageprocessor\processing.config"/> |
|
|
|
</imageProcessor> |
|
|
|
</imageProcessor>--> |
|
|
|
<appSettings> |
|
|
|
<add key="webpages:Version" value="2.0.0.0" /> |
|
|
|
<add key="webpages:Enabled" value="false" /> |
|
|
|
|