Hi.
I'm saving images in the website's wwwroot folder. I have folders and files (images) there.
With .NET 9 and C#, I've been able to save images and also return them using an endpoint. However, when I try to access a specific path to delete a file or even a folder, I can't find a way to delete them. To manage adding, returning, or deleting files, I use FTP requests.
Is any special configuration or permission required for deletion?
If you'd like, I can share the code I use to try to delete files/folders.
Thanks in advance.