Guest User

Untitled

a guest
Jul 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <configSections>
  4. <section name="resizer" type="ImageResizer.ResizerSection" requirePermission="false" />
  5. </configSections>
  6. <resizer>
  7. <plugins>
  8. <add name="MvcRoutingShim" />
  9. <add name="DiskCache" />
  10. </plugins>
  11. <sizelimits imageWidth="0" imageHeight="0" totalWidth="5000" totalHeight="10000" totalBehavior="throwexception" />
  12. </resizer>
  13. </configuration>
Add Comment
Please, Sign In to add comment