I have the book - Professional ASP.NET 2.0 (Special Edition)
I followed the Chapter 26 to develop a Class Based Httphandler. It works in my development machne but not in the testing machine.
It said: page cannot be found.
My environement
Development
. Visual studio 2005 + Windows 7 Home Premium + IIS 7
Testing:
. IIS (6?)
. Windows 2003 Standard Server
. Dot Net Framework 2.0
In web.config, I have added (in both system.web <httpHandlers> serction and system.webserver <handlers> section:
Code:
<add verb="*" path="GImage.img" validate="false" type="GImage,App_code"/>