I have experienced similar problems with a web application that reads images into stream readers and manipulates them. Despite thorough (at least what I though was thorough) closing and destruction of the objects used, IIS still held a lock on the files. Haven't solved it yet.
-
Peter