Source code location: ./image_handler/image_handler_config.xml
<configuration> <system.web> <!-- Other configuration settings --> <httpHandlers> <add verb="GET" path="*.png" type="AspNetResources.Web.StaticImageHandler, AspNetResources.Web"/> <add verb="GET" path="*.jpg" type="AspNetResources.Web.StaticImageHandler, AspNetResources.Web"/> <add verb="GET" path="*.gif" type="AspNetResources.Web.StaticImageHandler, AspNetResources.Web"/> </httpHandlers> <!-- Other configuration settings --> </system.web> </configuration>
Copyright © 2004-2006, Milan Negovan. All rights reserved. | License
Back to AspNetResources.com