terjetyl / Simple.ImageResizer

A simple c# image resizer with ScaleToFit and ScaleToFill using wpf libraries. Resizes to jpg, gif, png, tiff. Demosite is hosted at AppHarbor: http://imageresizer.apphb.com/
58 stars 27 forks source link

not request at image controller #2

Open get2sunil opened 11 years ago

get2sunil commented 11 years ago

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

terjetyl commented 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" />

get2sunil commented 11 years ago

Thank you for your quick response

I have already that code in current web.config file.

Thanks Sunil

terjetyl commented 11 years ago

Is the line inside the system.webserver tag in web.config?

get2sunil commented 11 years ago

current web.config file is like this upload1

thanhtram commented 11 years ago

i want to change background to white when resize png image, can you help me ?