Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/10/2006, 14:05
Irving_24
 
Fecha de Ingreso: mayo-2006
Mensajes: 55
Antigüedad: 18 años
Puntos: 0
Problema: Exception of type System.OutOfMemoryException was thrown

Hola a todos

Tengo el siguiente problema:

Tengo un formulario en donde tengo un upload para subir archivos a un servidor, funciona perfectamente, solo que archivos arriba de 200 Mb no me deja subir, he logrado hacerlo con archivos de 100 Mb a 150 Mb, sin embargo cuando quiero hacerlo con archivos mas grandes no me lo permite. El error que me sale es el siguiente:

Exception of type System.OutOfMemoryException was thrown.
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: System.OutOfMemoryException: Exception of type System.OutOfMemoryException was thrown.

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:


[OutOfMemoryException: Exception of type System.OutOfMemoryException was thrown.]

Espero me puedan ayudar ya que si me urge.

Gracias