Al generar un reporte de Crystal en el visor y querer exportarlo a PDF se genera este error

alt text

asked 05 Apr '16, 09:35

sbarahona's gravatar image

sbarahona ♦♦
(suspended)
accept rate: 32%


Si se revisa el ELMAH se encontrará este error Maximum request length exceeded

Para solucionarlo se debe de modificar el web.config buscar la seccion de configuration luego system.web y en el apartado httpRuntime agregar la propiedad de maxRequestLength y la sección quedará de la siguiente forma:

<system.web>
        <httpRuntime maxUrlLength="8192" maxQueryStringLength="8192" maxRequestLength="1048576" />
        <caching>
        .
        .
        .

Reiniciar el sitio web para que surta efecto

link

answered 05 Apr '16, 09:41

sbarahona's gravatar image

sbarahona ♦♦
(suspended)
accept rate: 32%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Evolution en BitBucket

En este sitio puede acceder al código fuente, centro de descargas y reportar bugs, propuestas y mejoras para Evolution.

Evolution en JIRA

En este sitio puedes sugerir nueva funcionalidad para Evolution, o puedes votar por la funcionalidad ya propuesta por otros usuarios.

Tags:

×44
×22
×4

Asked: 05 Apr '16, 09:35

Seen: 1,654 times

Last updated: 05 Apr '16, 09:41

[Acerca de] [Preguntas Frecuentes] [Privacidad] [Soporte] [Contacto]
Copyright 2013-2018. Asesores en Informática