Based on the information below. We plan to auto-delete .NET temporary files periodically.https://www.outsystems.com/forums/discussion/5478/how-to-optimizing-disk-usage-by-temporary-asp-net-files/I am thinking of deleting those older than 7 days based on the creation date, but if there is no deployment for a long time, all temporary files will be deleted. I'm worried that this will stop the app from working.
Hi @chappy,
Temporary file are only like the caching file. It will not impact the installed app working or functionally. It can impact on some pointers but not on working app,
Removing all the .NET temporary files will not effect any on working app.
Thanks