我的 resizer.debug.ashx 正常工作。
当我像http://localhost:58663/images/blank_obj_img.png这样的网址时,我下载了我的图片,但是当我添加查询参数时,例如?width = 50& height = 50我得到404页
谁知道WTF?调试页面显示我一切都很好,我可以下载图像,但无法调整大小
答案 0 :(得分:0)
您可以按照以下步骤操作:
<!-- Unless you (a) use Integrated mode, or (b) map all requests to ASP.NET,
you'll need to add .ashx to your image URLs: image.jpg.ashx?width=200&height=20 -->
<pipeline fakeExtensions=".ashx" defaultCommands="autorotate.default=true"/>