I've written some code to store some information in a database, resize a picture and then save the new file on the server. I've run this code in another project outside EPiServer so the code itself should work fine but on img.Save(directory + fileName, System.Drawing.Imaging.ImageFormat.Png); I get "Thread was being aborted."
Are there any rights in EPiServer denying me to write files to a folder on the server?
Hi,
I've written some code to store some information in a database, resize a picture and then save the new file on the server. I've run this code in another project outside EPiServer so the code itself should work fine but on img.Save(directory + fileName, System.Drawing.Imaging.ImageFormat.Png); I get "Thread was being aborted."
Are there any rights in EPiServer denying me to write files to a folder on the server?