Category: asp

Oct 25 2006

Nº Error: ASP_0104_:_80004005

Pues eso, que continuaba buscando por el viejo blog, cuando he pensado ¿porqué no ir poniendo por aquí los viejos post? Dicho y hecho, así que los iré publicando de a pokiko a pokiko.

Nº Error: ASP_0104_:_80004005

For IIS6.0 users, the AspMaxRequestEntityAllowed property specifies the maximum number of bytes allowed in the entity body of an ASP request. If a Content-Length header is present and specifies an amount of data greater than the value of AspMaxRequestEntityAllowed, IIS returns a 403 error response.

This property is related in function to MaxRequestEntityAllowed, but is specific to ASP request. Whereas you might set the MaxRequestEntityAllowed property to 1 MB at the general World Wide Web Publishing Service (WWW Service) level, you may choose to set AspMaxRequestEntityAllowed to a lower value, if you know that your specific ASP applications handle a smaller amount of data.

Solution

Open your metabase.XML which is located in c:\Windows\System32\Inetsrv find the line “AspMaxRequestEntityAllowed” and change it to “1073741824″. This is 1GB - of course you can enter another value to suite your needs.

Sacado de aquí

Que traduciendolo del marciano viene a decir que se pasaba de madre al enviar la información al spread 6 en web, demasiados bytes pal body, por lo que cambiando en el archivo MetaBase.xml (que esta en c:\Windows\System32\Inetsrv) el parametro MaxRequestEntityAllowed a un tamaño razonable, lo del 1GB se ha pasado el pavo, fale, aquí se le añadió un 0, pasando de 2 a 20 Megas).

Por cierto, lo ha solucionado Fran (Esker anitz!), yo sólo me he desesperado :-)