Server Error in '/' Application.

The dimensions of the output image (3638x2729) exceed the configured maximum dimensions of 3200x3200. You can change these limits in Web.config through the SizeLimiting plugin.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: ImageResizer.Plugins.Basic.SizeLimits+SizeLimitException: The dimensions of the output image (3638x2729) exceed the configured maximum dimensions of 3200x3200. You can change these limits in Web.config through the SizeLimiting plugin.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SizeLimitException (0x80004005): The dimensions of the output image (3638x2729) exceed the configured maximum dimensions of 3200x3200. You can change these limits in Web.config through the SizeLimiting plugin.]
   ImageResizer.Plugins.Basic.SizeLimits.ValidateTotalSize(Size total) +481
   ImageResizer.Plugins.Basic.SizeLimiting.PrepareDestinationBitmap(ImageState s) +19
   ImageResizer.Resizing.AbstractImageProcessor.PrepareDestinationBitmap(ImageState s) +115
   ImageResizer.ImageBuilder.PrepareDestinationBitmap(ImageState s) +19
   ImageResizer.ImageBuilder.Process(ImageState s) +103
   ImageResizer.ImageBuilder.buildToBitmap(Bitmap source, ResizeSettings settings, Boolean transparencySupported) +196
   ImageResizer.ImageBuilder.buildToStream(Bitmap source, Stream dest, ResizeSettings settings) +144
   ImageResizer.ImageBuilder.BuildJob(ImageJob job) +1423
   ImageResizer.ImageBuilder.Build(ImageJob job) +314
   ImageResizer.ImageBuilder.Build(Object source, Object dest, ResizeSettings settings, Boolean disposeSource, Boolean addFileExtension) +150
   ImageResizer.ImageBuilder.Build(Object source, Object dest, ResizeSettings settings, Boolean disposeSource) +34
   ImageResizer.ImageBuilder.Build(Object source, Object dest, ResizeSettings settings) +25
   ImageResizer.<>c__DisplayClass3.<HandleRequest>b__2(Stream stream) +247
   ImageResizer.Plugins.DiskCache.<>c__DisplayClasse.<TryWriteFile>b__d() +466
   ImageResizer.Plugins.DiskCache.LockProvider.TryExecute(String key, Int32 timeoutMs, LockCallback success) +359
   ImageResizer.Plugins.DiskCache.CustomDiskCache.TryWriteFile(CacheResult result, String physicalPath, String relativePath, ResizeImageDelegate writeCallback, DateTime sourceModifiedUtc, Int32 timeoutMs, Boolean recheckFS) +495
   ImageResizer.Plugins.DiskCache.CustomDiskCache.GetCachedFile(String keyBasis, String extension, ResizeImageDelegate writeCallback, DateTime sourceModifiedUtc, Int32 timeoutMs, Boolean asynchronous) +834
   ImageResizer.Plugins.DiskCache.DiskCache.Process(IResponseArgs e) +201
   ImageResizer.Plugins.DiskCache.DiskCache.Process(HttpContext context, IResponseArgs e) +48
   ImageResizer.InterceptModule.HandleRequest(HttpContext context, String virtualPath, NameValueCollection queryString, IVirtualFile vf) +2144
   ImageResizer.InterceptModule.CheckRequest_PostAuthorizeRequest(Object sender, EventArgs e) +1229
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +139
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +91


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2106.0