|
|
Use an HttpHandler to stop bandwidth leeching of your images |
|
|
POP World Media, LLC |
|
|
ASP.NET / Miscellaneous |
|
|
Click to Visit |
|
|
108 |
It is a web based tutorial through which you can learn how to handle the request for the .jpg files using the httphandlers. The author clearly shows how to set up IIS to handle requests for .jpg files. In this tutorial the author defines a class which implements the IHttpHandler and defines methods such as ProcessRequest and IsResuable inorder to perform the task.
|