Server Error in '/' Application.

The dimensions of the output image (3872x2592) 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 (3872x2592) 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 (3872x2592) 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) +393
   ImageResizer.Plugins.Basic.SizeLimiting.PrepareDestinationBitmap(ImageState s) +28
   ImageResizer.Resizing.AbstractImageProcessor.PrepareDestinationBitmap(ImageState s) +81
   ImageResizer.ImageBuilder.PrepareDestinationBitmap(ImageState s) +16
   ImageResizer.ImageBuilder.Process(ImageState s) +76
   ImageResizer.ImageBuilder.buildToBitmap(Bitmap source, ResizeSettings settings, Boolean transparencySupported) +144
   ImageResizer.ImageBuilder.buildToStream(Bitmap source, Stream dest, ResizeSettings settings) +104
   ImageResizer.ImageBuilder.BuildJob(ImageJob job) +937
   ImageResizer.ImageBuilder.Build(ImageJob job) +242
   ImageResizer.ImageBuilder.Build(Object source, Object dest, ResizeSettings settings, Boolean disposeSource, Boolean addFileExtension) +107
   ImageResizer.ImageBuilder.Build(Object source, Object dest, ResizeSettings settings, Boolean disposeSource) +23
   ImageResizer.ImageBuilder.Build(Object source, Object dest, ResizeSettings settings) +18
   DisillCore.Services.Files.DiskFileService.HandleVariant(HttpContext current, ItemData itemData, String path, String cacheKey) +351
   DisillCore.Services.Files.BaseFileService.Process(HttpContext current, ItemData itemData) +315
   Disill.Code.FileHandler.FileHandler.Process(HttpContext current, IResponseArgs e) +179
   ImageResizer.InterceptModule.HandleRequest(HttpContext context, String virtualPath, NameValueCollection queryString, IVirtualFile vf) +1497
   ImageResizer.InterceptModule.CheckRequest_PostAuthorizeRequest(Object sender, EventArgs e) +871
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +141
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +48
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +71


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