146
Views
1
Comments
If I delete all temporary .NET files, will the app stop working?
Question
Service Studio Version
11.54.18 (Build 62611)

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.

2020-01-08 12-23-57
Jitender Gaur

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,

  • Logout the session for current logged-in user. 
  • If app is managing any local or cache file for the temporary memory then it will regenerate.
  • Cache file for any performance that can be deleted. 

Removing all the .NET temporary files will not effect any on working app. 


Thanks

      

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.