Hi All, I just recently put an ASP.NET MVC application I developed/tested/etc up to my company's production server (IIS 6). However, it is generating some massive temp files (up to 1GB!), which is a problem, since the server is running a 2GB partition.
UPDATE: MORE INFO: The temp files are being put into the c:\windows\temp directory
Is this normal behavior? If not, what possible causes could there be, and solutions.
If it is normal, what is the best way to overcome it?
Thanks, Jack