Author: Bullonprowl | Posted on: 4/28/2010 11:30:43 AM | Views : 1053

Hi,
In my mobile web application, im trying to create image in run time using ImageMagic exe. It worked fine in local. We have a testing site in Live production environement. it worked fine when while debugging in VS 2005 inbuild IIS in production environment test website (IIS 7, WIn 2008 64 Bit). But when i published to live production, its not working.
Image magic will actually take a source image, resizes it and place it in filesystem outside Web Folder. i feel definitely its a permission issue. im new to IIS7 and its very hard for me to diagnose.
i have created a new user "devuser", replaced the IUSR in anonymous access user (IUSR) with devuser, added the devuser to IIS_IUSRS Group, added this devuser to root WWW folder and gave modify permission. added this devuser to folder where imagemagic exe writes the im ...

Go to the complete details ...