Ir al contenido principal

Problemas de ASP error 0115

Cuando saca este error 

Páginas Active Server error 'ASP 0115'

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

Entradas populares de este blog

Vulnerabilidad en Bluetooth -- BIAS

Seguridad de Servicios de Internet Information Server 6.0

Seguridad de Servicios de Internet Information Server 6.0 En esta página Introducción Antes de comenzar Reducción del ámbito de ataque en el servidor Web Configuración de cuentas Configuración de seguridad para archivos y directorios Seguridad en sitios Web y directorios virtuales Configuración del nivel de sockets seguro (Secure Sockets Layer, SSL) en el servidor Web Introducción Los servidores Web son objetivo frecuente de distintos tipos de ataques de seguridad. Algunos de estos ataques son lo suficientemente graves como para causar daños importantes en factores como activos empresariales, productividad o relaciones con el cliente; todos ellos son inoportunos y resultan frustrantes. La seguridad de los servidores Web es fundamental para el éxito de su empresa. En este documento se analiza cómo comenzar el proceso de seguridad de un servidor Web que ejecuta Servicios de Internet Information Server (IIS) 6.0 con el sistema operativo Microsoft...