I've checked many threads about this but I'm not sure how to fix this:
When I try to upload a 33 mb file while debuggin, control directly falls into application_endrequest even when I've a breakpoint set to first line in application_beginrequest in my global.asax.cs. I can see the page in non-postback case.
My maxRequestEntityAllowed is set to 400000, and in web.config I got
<httpRuntime maxRequestLength="1024000"/>
What else do I need to fix? I can upload a 25mb file btw.
platform: IIS7, Windows 7 64 bit, .NET framework 2.0, integrated pipeline