Search code examples
asp.net-mvcimageresizer

ImageResizer.MVC not working on share hosting


I am using the ImageResizer.MVC package in my solution. It is working 100% when I deploy it to my local IIS server. But as soon as I deploy to my live site (shared hosting) the images are not resized as expected.

Are there any known issues or common pitfalls that I need to be aware of when using this package with shared hosting?


Solution

  • Sounds like your shared hosting is running in Classic Mode

    The documentation explains how to configure IIS so ImageResizer can affect image requests.