I'm working on a legacy .NET project. As per the new requirement I'm trying to save the uploaded jpg files for some processing. So I'm getting the executing assembly and create a temporary folder to store images. My question is the ExecutingAssembly returns something like "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ApplicationName" but still I can store and and process jpg files in that folder. So is it ok to store files in "Temporary ASP.NET" folder. Will it cause any problem?
Note: The stored images will be deleted after doing some process and don't need to be retained