ASP.NET Deploying websites

Posted by Bridget on Stack Overflow See other posts from Stack Overflow or by Bridget
Published on 2010-06-08T20:44:35Z Indexed on 2010/06/08 20:52 UTC
Read the original article Hit count: 256

I have some websites that use ImageMagick to convert images and place them in a created folder. Locally it all worked fine, but once I deployed it to my network's webserver it would not convert the images nor create the folders. My asp.net pages that read data from a database work. All the users have full control permissions over the site. I don't know if I need to modify the Web.config or some other permissions. Maybe it has to do with ImageMagick. I've just run out of ideas on what the problem could even POSSIBLY be. Any suggestions?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET