Hello,
I have a silverlight 3 app using webservices, which uploads an image to server. Then, on server, I resize this image (using EmguCV) and I want to save this image on the server filesystem. The resulting image is created with the size (500px max in one dimension) and saved to 'C:\ ...". This is all working well when debugging in asp dev server. On iis this is not working properly. Probably, this has to do with permissions and web.config, but I can't find the answer. Any help would be great.
regards