Hi folks,
I know this is a bit like how long is a piece of string question, but I'm wondering how big some peoples ASP.NET Temporary Files folder, gets. I wish to move this folder to a RAM DISK so I'm trying to see how big this should be set, to.
eg. <compilation tempDirectory=“R:\ASP.Net Temporary Folder\” debug=“false“>
This is only for my DEVELOPMENT Machine (to help speed up compiling -> temp crap goes to ram instead of the Disk).
Is 256MB big enough? What about file uploading? where do those files (temporarily) go?
Cheers :)