I have an ASP.NET 3.5 application running on IIS7, which is consuming a WCF service using Buffered method.
I am noticing that IIS is writing the results of the request in the Temporary ASP.NET files. Is there a way to crontol this so is not written on disk?