maxRequestLength and Action cancelled

  • Thread starter Thread starter Jorge
  • Start date Start date
J

Jorge

Hello!

I'm using asp.net 1.1.

When i post a file larger than the value specified by maxRequestLength,
i get an "action cancelled" error page in internet explorer.

How can i gracefully handle the error? I don't want to to enlarge the
size of the key value.

Thanks in advance
 
I read somewhere that you can not do that in 1.1 due to the bug.
Look in Microsoft KB.

George
 
Back
Top