I needed to add an HttpHandler to try out a theory today and it took me more than a couple of minutes to figure out how to reference one in App_Code from web.config. I thought I'd repeat the solution here, having found it - to make it easier for the next person.
Working example:
The name of my class is "CssHandler" (logically), and because it is in the App_Code folder, that is the assembly name.
Tada!
0 comments:
Post a Comment