I must be an idiot, but I can't get this to work in an asp.net 2.0 web application. I'm putting the IHttpHandlerFactory code in a class in my App_Code folder and setting up the page and web.config similarly to your article, but I keep getting 404's.
I tried compiling it into a separate dll and referencing that dll so I could put an assembly name in the handler entry in the web.config, but that didn't help either.
Jeff, have you used this in an asp.net 2.0 app? I'm sure I'm just doing something wrong but I don't know what.
In the process I discovered another irritation, no matter how I set the properties of my class project in vs.net 2005 to compile as a release version, it kept compiling the dll in the debug folder and adding the pdb file along with it.
Today must not be my day for programming.
|