Tengo inconveniente al generar un reporte en la versión 1.19.1.6 con el visor, me está mostrando este error en la consola:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Uncaught Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
at Function.Error.create (http://localhost/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvk38gvpxVSXUmGc68nD7va1jgG84n-xmwRwWhxjIA3g956XEBhWUKCGfBkxBnWrouxKYgjYZ_yC00J1EngF4gjz3DyfzLjVKflGDoFJktqWDh5bd_8gE4UEOIlGZV0F7mwVsKT0RavwU6_68WdhcE-k1&t=2fe674eb:5:2736)
at Sys.WebForms.PageRequestManager._createPageRequestManagerServerError (http://localhost/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OEmxWYvNr6hw08bgRcMUHOpmzLrM8v4lbwD_Y_zZqy1z-bWv_Slnm35MS8oHhOBwS9f9PlQ11yFrFK56egebEAZ7k9MY3ny07SaLo-zGC7RluGdPbq-zUEr7dksDDu9zysADMqaqGvkMSho0hpXG7is1&t=2fe674eb:5:11490)
at Sys.WebForms.PageRequestManager._onFormSubmitCompleted (http://localhost/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OEmxWYvNr6hw08bgRcMUHOpmzLrM8v4lbwD_Y_zZqy1z-bWv_Slnm35MS8oHhOBwS9f9PlQ11yFrFK56egebEAZ7k9MY3ny07SaLo-zGC7RluGdPbq-zUEr7dksDDu9zysADMqaqGvkMSho0hpXG7is1&t=2fe674eb:5:25554)
at Array.<anonymous> (http://localhost/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvk38gvpxVSXUmGc68nD7va1jgG84n-xmwRwWhxjIA3g956XEBhWUKCGfBkxBnWrouxKYgjYZ_yC00J1EngF4gjz3DyfzLjVKflGDoFJktqWDh5bd_8gE4UEOIlGZV0F7mwVsKT0RavwU6_68WdhcE-k1&t=2fe674eb:5:307)
at http://localhost/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvk38gvpxVSXUmGc68nD7va1jgG84n-xmwRwWhxjIA3g956XEBhWUKCGfBkxBnWrouxKYgjYZ_yC00J1EngF4gjz3DyfzLjVKflGDoFJktqWDh5bd_8gE4UEOIlGZV0F7mwVsKT0RavwU6_68WdhcE-k1&t=2fe674eb:5:51370
at Sys.Net.WebRequest.completed (http://localhost/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvk38gvpxVSXUmGc68nD7va1jgG84n-xmwRwWhxjIA3g956XEBhWUKCGfBkxBnWrouxKYgjYZ_yC00J1EngF4gjz3DyfzLjVKflGDoFJktqWDh5bd_8gE4UEOIlGZV0F7mwVsKT0RavwU6_68WdhcE-k1&t=2fe674eb:5:89758)
at XMLHttpRequest._onReadyStateChange (http://localhost/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvk38gvpxVSXUmGc68nD7va1jgG84n-xmwRwWhxjIA3g956XEBhWUKCGfBkxBnWrouxKYgjYZ_yC00J1EngF4gjz3DyfzLjVKflGDoFJktqWDh5bd_8gE4UEOIlGZV0F7mwVsKT0RavwU6_68WdhcE-k1&t=2fe674eb:5:84357)
El Elmah muestra esto:
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Web.HttpException (0x80004005): Maximum request length exceeded.
at System.Web.HttpRequest.GetEntireRawContent()
at System.Web.HttpRequest.FillInFormCollection()
at System.Web.HttpRequest.EnsureForm()
at System.Web.HttpRequest.get_Form()
at System.Web.HttpRequest.get_HasForm()
at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull)
at System.Web.UI.Page.DeterminePostBackMode()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.reports_localreportingservicesviewer_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
asked
26 May '21, 11:00
Josue Mancilla
(suspended)
accept rate:
42%
El error es:
System.Web.HttpException (0x80004005): Maximum request length exceeded
¿Qué tanta información está enviando el POST en el Request?
Verificá con los Developers Tools y lo agregas a la pregunta