V2 to V3 migration guide
- Purchase the v3 Performance bundle. .
- Back up your project, or at least the Web.Config file, /bin, and /App_Code/ImageResizer folders.
- Delete your /imagecache/ folder.
- With version 2, did you customize CustomFolders.cs or WatermarkSettings.cs? Follow the links for instructions.
- Remove the old ImageResizer.dll reference and/or the App_Code\ImageResizer folder.
- Add the following dlls to your project, from the
dlls\release\ folder in the purchased download.
- ImageResizer.dll
- ImageResizer.Plugins.DiskCache.dll
- ImageResizer.Plugins.PrettyGifs.dll
- ImageResizer.Plugins.AnimatedGifs.dll (optional, only if you resize animated gifs)
- Migrate your web.config file settings.