I am using following plugin to resizes images in ASP.net application AzureReader2 works fine image404 works fine seprately but when I try to access blob url it does not redirect and it is giving
The remote server returned an error: (404) Not Found.
http://imageresizing.net/plugins/image404
http://imageresizing.net/plugins/azurereader2
Any one used image404 with azurereader2? is it compatible with this?
<add name="AzureReader2" prefix="~/blob/" connectionString="UseDevelopmentStorage=true" endpoint="http://127.0.0.1:10000/" />
and the image404 plugin<image404 default="blob/img/profile404.jpg?cache=always" />
and I just get a 404 error. I'm using ASP.NET MVC 4 with the MVC shim as well. – Withershinshttp://localhost:22841/blob/img/site/2/profile.jpg?width=270&height=270&404=default
I get "The remote server returned an error: (404) Not Found." in the browser.. I get the stack trace of the AzureReader2 codee:\projects\azure-sdk-for-net\microsoft-azure-api\Services\Storage\Lib\DotNetCommon\Core\Executor\Executor.cs:620
– Withershins