Server Error in '/' Application.

The dimensions of the output image (3583x2029) 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 (3583x2029) 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 (3583x2029) 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) +480
   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.BuildJobBitmapToBitmap(ImageJob job, Bitmap source, Boolean transparencySupported) +233
   ImageResizer.ImageBuilder.BuildJobBitmapToStream(ImageJob job, Bitmap source, Stream dest) +210
   ImageResizer.ImageBuilder.BuildJob(ImageJob job) +1461
   ImageResizer.ImageBuilder.BuildInternal(ImageJob job) +365
   ImageResizer.ImageBuilder.BuildInQueue(ImageJob job, Boolean useSemaphore, Int32 maxQueuingMilliseconds, CancellationToken cancel) +115
   ImageResizer.ImageBuilder.Build(ImageJob job) +29
   ImageResizer.<>c__DisplayClass5_0.<HandleRequest>b__1(Stream stream) +907
   ImageResizer.Plugins.Basic.NoCacheHandler.ProcessRequest(HttpContext context) +253
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +790
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88


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