Request.BinaryRead ASP error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • P Cooper

    Request.BinaryRead ASP error

    (Posted in multiple groups...Apolog ies)

    Why does the error below occur whenever the statement
    Request.BinaryR ead(Request.Tot alBytes) is executed for uploads larger than
    100K? I thought the 100K limit applied only to Request.Form. This does not
    occur with smaller uploads. This is running on an IIS 6 server with full
    FP2002 extensions.

    ERROR:
    Request object error 'ASP 0104 : 80004005'
    Operation not Allowed


  • P Cooper

    #2
    RE: Request.BinaryR ead ASP error - Solved

    Problem solved! I changed the default AspMaxRequestEn tityAllowed value in
    Metabase.xml to a higher value which solved the problem.

    "P Cooper" wrote:
    [color=blue]
    > (Posted in multiple groups...Apolog ies)
    >
    > Why does the error below occur whenever the statement
    > Request.BinaryR ead(Request.Tot alBytes) is executed for uploads larger than
    > 100K? I thought the 100K limit applied only to Request.Form. This does not
    > occur with smaller uploads. This is running on an IIS 6 server with full
    > FP2002 extensions.
    >
    > ERROR:
    > Request object error 'ASP 0104 : 80004005'
    > Operation not Allowed
    >
    >[/color]

    Comment

    Working...