I am following the link to save text to image from the following link: How to generate an image from text on fly at runtime . Taken the code from the accepted answer . It is working fine in local machine.
The same program is promoted to a build server in a remote machine. And the url I am accessing from my local machine to save the text to image. The output says "Image is saved", but actually the image is not saved in the path saved in web.config of remote server. I am not even getting any error message to know whats the problem as there is no exception.
I am running out of ideas as in what could be the issue and why the image is not getting saved. Any suggestions?