Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8205637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T08:19:37+00:00 2026-06-07T08:19:37+00:00

I just installed imageresizer on IIS6 .NET2 and downloaded the JCropExample2 sample project. I

  • 0

I just installed imageresizer on IIS6 .NET2 and downloaded the JCropExample2 sample project. I get no errors, but a: the images do not resize on page load and b: the cropping does not work. No errors are shown. I am new to .NET, so really not sure what I have missed??

ImageResizer Debug:

2 Issues detected:

(Warning):  To potentially see additional errors here, perform an image resize request.


(Warning):  NoCache is only for development usage, and cannot scale to production use.
            Add DiskCache or CloudFront for production use


You are not using any paid bundles.

Registered plugins:

ImageResizer.Plugins.Basic.DefaultEncoder
ImageResizer.Plugins.Basic.NoCache
ImageResizer.Plugins.Basic.ClientCache
ImageResizer.Plugins.Basic.Diagnostic
ImageResizer.Plugins.Basic.SizeLimiting

Configuration:

<resizer>
<pipeline fakeExtensions=".ashx" />
<plugins />
</resizer>


Accepted querystring keys:

quality, format, thumbnail, maxwidth, maxheight, width, height, w, h, scale, stretch, crop, cropxunits, cropyunits, page, bgcolor, rotate, flip, sourceFlip, sFlip, sRotate, borderWidth, borderColor, paddingWidth, paddingColor, ignoreicc, frame, useresizingpipeline, cache, process, margin, anchor, dpi, mode, zoom, 

Accepted file extensions:

bmp, gif, exif, png, tif, tiff, tff, jpg, jpeg, jpe, jif, jfif, jfi, 

Environment information:

Running Microsoft-IIS/6.0 on Microsoft Windows NT 5.2.3790 Service Pack 2 and CLR 2.0.50727.3634
Trust level: Unrestricted
OS bitness: x86
Executing assembly: c:\windows\system32\inetsrv\w3wp.exe
IntegratedPipeline: False

Loaded assemblies:

mscorlib                                 Assembly: 2.0.0.0         File: 2.0.50727.3634  Info: 2.0.50727.3634
System.Web                               Assembly: 2.0.0.0         File: 2.0.50727.3634  Info: 2.0.50727.3634
System                                   Assembly: 2.0.0.0         File: 2.0.50727.3634  Info: 2.0.50727.3634
System.Xml                               Assembly: 2.0.0.0         File: 2.0.50727.3082  Info: 2.0.50727.3082
System.Configuration                     Assembly: 2.0.0.0         File: 2.0.50727.3053  Info: 2.0.50727.3053
System.Data                              Assembly: 2.0.0.0         File: 2.0.50727.3053  Info: 2.0.50727.3053
System.Web.RegularExpressions            Assembly: 2.0.0.0         File: 2.0.50727.3053  Info: 2.0.50727.3053
Microsoft.JScript                        Assembly: 8.0.0.0         File: 8.0.50727.3053  Info: 8.0.50727.3053
System.Web.Mobile                        Assembly: 2.0.0.0         File: 2.0.50727.3053  Info: 2.0.50727.3053
System.ServiceModel                      Assembly: 3.0.0.0         File: 3.0.4506.3636   Info: 3.0.4506.3636
System.Web.Services                      Assembly: 2.0.0.0         File: 2.0.50727.3053  Info: 2.0.50727.3053
System.Drawing                           Assembly: 2.0.0.0         File: 2.0.50727.3639  Info: 2.0.50727.3639
System.EnterpriseServices                Assembly: 2.0.0.0         File: 2.0.50727.3053  Info: 2.0.50727.3053
ImageResizer                             Assembly: 3.2.3.302       File: 3.2.3.302       Info: 3-2-beta-3  Commit: 245e873
System.ServiceModel.Web                  Assembly: 3.5.0.0         File: 3.5.594.1152    Info: 3.5.594.1152
System.WorkflowServices                  Assembly: 3.5.0.0         File: 3.5.594.1152    Info: 3.5.594.1152
System.Runtime.Serialization             Assembly: 3.0.0.0         File: 3.0.4506.3636   Info: 3.0.4506.3636
System.IdentityModel                     Assembly: 3.0.0.0         File: 3.0.4506.3636   Info: 3.0.4506.3636
SMDiagnostics                            Assembly: 3.0.0.0         File: 3.0.4506.3636   Info: 3.0.4506.3636
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T08:19:40+00:00Added an answer on June 7, 2026 at 8:19 am

    It’s working fine. You failed to read the step 3 of 3 on the homepage

    <!-- Unless you (a) use Integrated mode, or (b) map all reqeusts to ASP.NET, 
         you'll need to add .ashx to your image URLs: image.jpg.ashx?width=200&height=20 -->
             <pipeline fakeExtensions=".ashx" />
    

    As you’re using IIS6, which does not have Integrated mode, you have to use the .jpg.ashx syntax.

    http://resizer.puremobi.com/JCropExample2/fountain-small.jpg.ashx?width=400

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just installed Django (with easy_install) and created a project, but can't get mysql to
I just installed gitolite but when I push on the repository gitolite-admin I get
Just installed a clean version of mongodb on Fedora 17 64-bit, but the Mongo
Just installed Python 2.7.3 on a Windows7 machine. How do I get .py files
I just installed Graphite & statsd to get some statistics for my web-application. It
I just installed Wireshark, but when I click capture > interfaces , the dialog
I just installed everything needed for Ruby on Rails on my Ubuntu system. But,
Just installed Xcode 4.2 for Snow Leopard and started to developer a new project.
I just installed the latest version of nodejs, and while I can get it
I just installed MonoDevelop, but I cannot refresh the add-in repositories (see picture) Version

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.