
12/10/2007, 12:58
|
 | Colaborador | | Fecha de Ingreso: febrero-2001 Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses Puntos: 535 | |
Re: analizando un viejo tema, subir archivos al server Hola nuevamente. El problema está relacionado con el AspMaxRequestEntityAllowed y la manera de solucionarlo es ésta
La pongo aquí: Cita: Para resolver este problema ve a "C:\<windows>\system32\inetsvr" y, una vez que hayas detenido el IIS, editar el archivo metabase.xml
El valor por defecto de "AspMaxRequestEntityAllowed" es de 204800 (204800/1024 = 200 KB). Para permitir un tamaño mayor de archivos al hacer un upload, incrementa este valor. Ejemplo: para incrementar a 1MB (5*200KB = 1MB), multiplica 5*204800. El resultado es 1024000, así que cambialo por este valor.
Alternativamente, si instalaste el IIS Resource Kit, incluye una erramienta llamada Metabase Explorer que puede alterar la metabase mientras IIS está corriendo.
En algunos casos, tal vez debas habilitar en el IIS una opción llamada "Enable Direct Metabase Edit". Para hacerlo, abre el diálogo de propiedades para el nmbre de la computadora ubicado arriba de "IIS Manager window" y la opción debería estar listada allí.
-------------------------
To solve this problem go to C:\windows\system32\inetsvr and edit metabase.xml after stopping IIS.
The default setting of AspMaxRequestEntityAllowed is set to 204800. To
allow for larger upload, increase this setting. Example: To increase to 1MB
then 5 * 200kb = 1MB. Multiply 204800 * 5 =1024000 so change the setting
to 1024000.
Alternatively, if you install the IIS Resource Kit it includes a tool called Metabase Explorer which can alter the metabase while IIS is running.
In some cases, you may need to enable a setting called "Enable Direct Metabase Edit" in IIS. To do open up the properties dialog for the computer name at the top of the IIS Manager window and the option should be listed there.
Salud!
__________________ ...___...
Última edición por AlZuwaga; 12/10/2007 a las 13:10 |