Open get2sunil opened 11 years ago
Check out Step 4 at the bottom of this page https://github.com/terjetyl/Simple.ImageResizer
You need to add this to your web.config file in order to make sure your mvc application handles requests for images instead of letting IIS do this.
<modules runAllManagedModulesForAllRequests="true" />
Thank you for your quick response
I have already that code in current web.config file.
Thanks Sunil
Is the line inside the system.webserver tag in web.config?
current web.config file is like this
i want to change background to white when resize png image, can you help me ?
Hello experts .. I have use its for my sample project its works well in local development server.
But its not works at live : http://imageresizer.nepalwebtech.com/ I have upload all files from you sample project.
Can you please help me to find this issue.
Thanks Sunil