Majid Basirati
Majid Basirati

Reputation: 2855

Image Resizer not working on server

I am using ImageResizing.net
All of thing fine in my local but when I upload project on host, that not working
I use this plugin like this:

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

But my images isn't displayed on server (not local).
Please help me!

Upvotes: 0

Views: 925

Answers (1)

Majid Basirati
Majid Basirati

Reputation: 2855

OK, according to @Darin Dimitrov comments, I checked my project using Elmah and I found an error:

Access to the path 'D:\HostingSpace\xxx.com\httpdocs\imagecache\024e' is denied

I am using Plesk panel and I forgot to grant read and write access to my httpdocs folder.

So, finally my problem was solved.

Upvotes: 1

Related Questions