Hi,
I have two asp.net pages. In the first page i have a fileupload control and a submit button. In the submit button click event a file will be posted to second page. The second page receives the file using request.files method. My problem is when i upload a huge file, IIS is using the memory while receiving the file. But it is not cleaning the pool memory after the process. I used GC.collect but no use. Please tell me how to clear this memory usage.
Gopakumar