|
|
|
@ -62,10 +62,16 @@ |
|
|
|
<add name="DefaultSessionProvider" type="System.Web.Providers.DefaultSessionStateProvider, System.Web.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" connectionStringName="DefaultConnection" /> |
|
|
|
</providers> |
|
|
|
</sessionState> |
|
|
|
<httpModules> |
|
|
|
<add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web"/> |
|
|
|
</httpModules> |
|
|
|
</system.web> |
|
|
|
<system.webServer> |
|
|
|
<validation validateIntegratedModeConfiguration="false" /> |
|
|
|
<modules> |
|
|
|
<add name="ImageProcessorModule" type="ImageProcessor.Web.HttpModules.ImageProcessingModule, ImageProcessor.Web"/> |
|
|
|
</modules> |
|
|
|
</system.web> |
|
|
|
</system.webServer> |
|
|
|
<runtime> |
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|
|
|
<dependentAssembly> |
|
|
|
|