Make sure debug=false in the web.config & machine.config. That can cause a
lot of temporary files to be created in ASP.NET.
Benjamin Strackany
www.developmentnow.com
> Hello all and thank you for your time.
>
[quoted text clipped - 18 lines]
> Thanks,
> Sunshine
> The consultants are not helping.
Why would they? They need to secure another contract first before they help.
Curiously, temporary files should not cause OOM exceptions because these
pages are stored on disk and loaded as needed with the regularly cache
scavenging algorithm playing a role. Why leads you to believe that this is
the case?

Signature
Warm Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley 2006
Blog: http://msmvps.com/blogs/Alvin/
-------------------------------------------------------
> Make sure debug=false in the web.config & machine.config. That can cause a
> lot of temporary files to be created in ASP.NET.
[quoted text clipped - 24 lines]
> > Thanks,
> > Sunshine
sunshinevaldes@yahoo.com - 12 Apr 2006 16:07 GMT
When we look under each users profile, all the temporary internet files
are growing. When we delete them, the server is fine until it fills up
again. It's just running out of space becuase of all the caching.
Sunshine