-
Notifications
You must be signed in to change notification settings - Fork 170
/
readme.txt
21 lines (14 loc) · 958 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Visit http://imageresizing.net/ for installation instructions, upgrade notes, licensing details, and example code.
The website contains the most up-to-date installation instructions, but here's the short version:
### For a ASP.NET Project
Install the nuget packages
- ImageResizer
- ImageResizer.Plugins.HybridCache
- ImageResizer.Plugins.Imageflow
1) Use Project->Add Reference to add ImageResizer.dll to the project.
2) Change the Project's web.config file to match the settings in the included Web.Config file.
* If you have NuGet, simply go to Tools->Library Package Manager->Package Manager Console
and run "Install-Package ImageResizer.WebConfig"
* If you're installing this on an IIS website,
1) Copy ImageResizer.dll and ImageResizer.pdb into the /bin directory of the site (create the folder if it doesn't exist.
2) Copy Web.config into the root of the website. If it already exists, you'll need to add the new settings into the old file.