We have our main apppool on auto recycle every 10 minutes or so. Unfortunately at the moment this is a necessity to keep the site stable as there appear to be various issues causing this to be necessary.
The problem is that we've released an important feature of our site that allows users to upload large files (>200mb). If the apppool recycles during that time which it often does, the upload fails and they get a 500 server error.
Assuming we are unable to currently change the recycle settings, what's the best way to get around this issue?