I'm trying to use the Bitmap
class to save a file to a directory but it throws an error. Articles tell me that the directory does not have write permission. How do I set write permissions on the directory normally? I saw this answer but its talking about nant. I'm using regular asp.net mvc.
Apparently I cannot manually set write permission using the ftp as that option is disabled.