I am trying to use the code available here to generate thumbnail images of url’s that are returned as part of a search function in my website. Everything works fine when I am running through the development server in Visual Studio 2010, but when I push the code out to the server (Windows Server 2008 64bit w/ IIS 7 running in Integrated Mode) the code never returns a thumbnail. Is there something I need to do to get this working in IIS 7?
Share
Thanks for the options, but what I ended up going with was an iframe that loaded the page with a div over top of it that prevented the user from clicking on anything inside of the frame. I couldn’t find any solutions at all that would allow me to create the thumbnails without either installing something on the server (which wouldn’t be allowed without a lengthy approval process for the software) or without jumping through a bunch of other hoops.
Also, I’m no longer with the company working on the project…so there’s that 🙂