Question

does anyone know of any documentation for Webmatrix and ImageResizer? i think it would be so useful for newbie developers? I've had a look through all the documentation, and i see that there is support for webforms and MVC, but nothing for ASP.NET web pages?

Was it helpful?

Solution

  1. In WebMatrix, click the blue "NuGet" button.
  2. Search for ImageResizer.MvcWebConfig and click install.
  3. Open the browser, and visit /resizer.debug.ashx If there are any issues, follow the guidance.
  4. Add an image file to your project and resize it from your browser by adding a querystring like ?width=200
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top