ASP.NET error on Bitmap.Save “Exception (0x80004005): A generic error occurred in GDI?

From ASP Net - GDI+ and SAVE JPG or BMP on the server.

From ASP Net - GDI+ and SAVE JPG or BMP on the server 99.9% of the time, when using GDI, 'a generic error occured' means that the directory you are trying to save to doesn't ahve the proper permissions. Typically, you need to make sure that directory is allowing asp. Net to modify files.

Did you check the permissions?

How silly of me, I have been digging through my code for 2 days trying to find what the heck is wrong. You are right, it had to be the first thing I have checked. I just give the user "Plesk IIS WP User (IWAM_plesk(default))" full permission, and it is working.Thanks.

– Batu Mar 12 '10 at 8:31 SO is meant to be your second pair of eyes X-) – astander Mar 12 '10 at 8:35.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions