Ok, so I am running my site on IIS 7 which I know does not have the option for "Memory Optimization", but... why can I not garbage collect the memory after the upload? The memory is NOT "live", but it is being comsumed still by the worker process, and does not seem to garbage collect for a very long time. With large uploads this becomes extremly problematic!
I have tried.
I have tried.
GC
.Collect(); <-- Does Nothing!
Please Help!