Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
210 Points
61 Posts
Jul 07, 2006 06:56 PM|LINK
Hi:
I created an asp.net to upload files. My code is written in visual basic.net
When I try to upload a file bigger than my maxRequestLength setting I get this exception:
(0x80004005): Maximum request length exceeded.
I can not catch the exception even using try-catch-finally
Is there a way to catch this exception?
Thanks!!
tuzojazz
Member
210 Points
61 Posts
Maximum request length exceeded
Jul 07, 2006 06:56 PM|LINK
Hi:
I created an asp.net to upload files.
My code is written in visual basic.net
When I try to upload a file bigger than my
maxRequestLength setting I get this exception:
(0x80004005): Maximum request length exceeded.
I can not catch the exception even using try-catch-finally
Is there a way to catch this exception?
Thanks!!