
21/02/2007, 09:48
|
| | Fecha de Ingreso: mayo-2005
Mensajes: 2
Antigüedad: 20 años Puntos: 0 | |
Re: Problemas con el upload :( puedes tratar modificando tu config.web existe un parametro masRequestLength el cual limita el upload a 4MB ... trata en reducir el valor de dicho parametro
<httpRuntime
executionTimeout="110"
maxRequestLength="4096"
requestLengthDiskThreshold="80"
useFullyQualifiedRedirectUrl="false"
minFreeThreads="8"
minLocalRequestFreeThreads="4"
appRequestQueueLimit="5000"
enableKernelOutputCache="true"
enableVersionHeader="true"
requireRootedSaveAsPath="true"
enable="true"
shutdownTimeout="90"
delayNotificationTimeout="5"
waitChangeNotification="0"
maxWaitChangeNotification="0"
enableHeaderChecking="true"
sendCacheControlHeader="true"
apartmentThreading="false" /> |