通過imageresizing.net/docsImageResizer 404錯誤與查詢參數
我resizer.debug.ashx做工精細安裝所有。
,當我去的URL像http://localhost:58663/images/blank_obj_img.png我下載我的形象,但是當我查詢參數添加什麼樣的?寬度= 50 &高度= 50我得到404頁
誰知道跆拳道?調試頁面顯示我的所有是好的,我可以下載圖像,但不能調整
通過imageresizing.net/docsImageResizer 404錯誤與查詢參數
我resizer.debug.ashx做工精細安裝所有。
,當我去的URL像http://localhost:58663/images/blank_obj_img.png我下載我的形象,但是當我查詢參數添加什麼樣的?寬度= 50 &高度= 50我得到404頁
誰知道跆拳道?調試頁面顯示我的所有是好的,我可以下載圖像,但不能調整
你可以需要遵循這樣的:
<!-- 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"/>
試試你的URL看起來像寬img.png.ashx = 50&高度= 50? –
用於設置圖像高度和寬度的命令可能被當作查詢字符串處理,可能需要在action方法中包含字符串參數值以傳遞查詢字符串。 –
與.ashx錯誤也是 – ProSardar