Image Resizer 无法在服务器上运行

Image Resizer not working on server

我正在使用ImageResizing.net
在我的本地一切正常,但是当我在主机上上传项目时,它不起作用
我这样使用这个插件:

<img src="/Images/images/p2.jpg?w=360&h=240&mode=crop" class="img-responsive" />

但是我的图片没有显示在服务器上(不是本地)。
请帮助我!

好的,根据@Darin Dimitrov 的评论,我使用 Elmah 检查了我的项目,我发现了一个错误:

Access to the path 'D:\HostingSpace\xxx.com\httpdocs\imagecache4e' is denied

我正在使用 Plesk 面板,但我忘记授予对我的 httpdocs 文件夹的读写权限。

所以,我的问题终于解决了。