Error inesperado
/iscampus/admon/upload/upload_dest.asp
Error capturable (C0000005) en un objeto externo. La secuencia de comandos no puede continuar
Fue solucionado de la siguiente manera:
W2K3 tiene tiene limitada a 200 K el tamaño de los ficheros que pueden subirse con ASP, y se debe modificar el archivo C:\WINDOWS\system32\inetsrv\metabase.xml elvalor asignado a la entrada spMaxRequestEntityAllowed por el necesario. Puede ser 10 MB.
Para poder modificar el archivo es necesario parar el servicio IIS y configurar en la administracion de IIS en equipo Local click derecho, propiedades activamos el checkbox que dice "Habilitar la modificación directa de archivos Metabase".
Tambien puede ser necesario hacer lo siguiente:
What does this error mean: 'error "ASP 0115" Unexpected error - A trappable error occurred in an external object.'
It typically means that you are not running the latest version of Internet Information Server / Active Server. See the Installation Instructions for more details.
Note that some customers have experienced this problem even after installing the latest version of ASP. If you are still experiencing this error, it is possible that the upgrade did not "take", partially due to some inaccuracies in Microsoft's Hotfix installation instructions. If this is the case:
1- Stop IIS (all services from the Internet Service Manager)
2- Assuming you still have the old version of ASP.DLL and it is called ASP_OLD.DLL, then from a command prompt, run
C:> REGSVR32 /U ASP_OLD.DLL (to unregister the old version)
3- With the new ASP.DLL, run
C:> REGSVR32 ASP.DLL
4- Restart IIS.
Comentarios
Publicar un comentario
Debes estar registrado en el blog para poder enviar tus comentarios.