Click here to Skip to main content
15,885,546 members
Articles / Web Development / ASP.NET

Dealing with Images in Content Management Systems, Part 2

Rate me:
Please Sign up or sign in to vote.
4.90/5 (70 votes)
17 Feb 200914 min read 146K   1.1K   177  
Browser-based resizing and optimisation of images
<?xml version="1.0"?>
<configuration>
  <appSettings>
    <add key="WebImageMakerWorkingDirectory" value="C:\wimtest\working"/>
  </appSettings>
	<connectionStrings/>
	<system.web>
		<compilation debug="true"/>
		<authentication mode="Windows"/>
	</system.web>
</configuration>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United Kingdom United Kingdom
Tom Crane is a software developer from London. He likes to code in C# but has been known to implement Java-based content management systems for public sector clients.

Most of the time he does web programming and tries to make complex tasks seem easy through friendly UI.



Comments and Discussions