Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


This forum is in read only mode, you can no longer reply
  • jeff mayer 122 posts 200 karma points
    Jan 04, 2016 @ 16:38
    jeff mayer
    0

    Hello. I need to do a manual install of the ImageProcessor. Any suggestions or instructions?

  • keilo 568 posts 1023 karma points
    Jan 05, 2016 @ 00:16
    keilo
    0

    I have a similar need, where I have static html copy of a umbraco site on a different IIS server. The media is hosted on blob storage (Azure).

    I dont have VS access on the IIS to do nuget install, and was wondering how to go about manually installing the imageprocessor so I can serve images with ?widht=...&height= resizing

    Would greatly appreciate some guidance here

  • James Jackson-South 489 posts 1747 karma points c-trib
    Jan 05, 2016 @ 05:57
    James Jackson-South
    0

    Hi Jeff,

    What do you mean by manual install?

    ImageProcessor.Web is available natively as a nuget package. That's the best and recommended way to install the library.

    https://www.nuget.org/packages/ImageProcessor.Web/

    @keilo A static html website? You would need to be running a web application for imageprocessor to work I'm afraid.

  • keilo 568 posts 1023 karma points
    Jan 05, 2016 @ 06:14
    keilo
    0

    Hi James

    Its a IIS site, with static (.html) copies of the pages from an umbraco install. The media is stored in the azure blob.

    As I dont have access to nuget on the machine, I was wondering if there is a manual way to install imageprocessor on this static-cache-instance (running on IIS 7.5+) by copying the .DLL file to the Bin folder and adding necessary configuration to the web.config

  • James Jackson-South 489 posts 1747 karma points c-trib
    Jan 05, 2016 @ 06:18
    James Jackson-South
    0

    Hi Keilo,

    Yeah, copying the dll files from a local installation and adding the relevant configuration changes to the web config would allow you to do that.

    Cheers

    James

  • jeff mayer 122 posts 200 karma points
    Jan 07, 2016 @ 16:54
    jeff mayer
    0

    yes, this is what I need to do. install web.config changes and DLLs manually. I cant use NUGET in this instance.

  • jeff mayer 122 posts 200 karma points
    Jan 07, 2016 @ 16:56
    jeff mayer
    0

    Are all the web.config changes that are listed in the page you linked to required?

  • James Jackson-South 489 posts 1747 karma points c-trib
    Jan 08, 2016 @ 05:45
    James Jackson-South
    0

    Yeah. Everything you need should be on there.

Please Sign in or register to post replies

Write your reply to:

Draft