CC
-
5/16/2012 2:44:15 PM
Assembly for Custom Handler
I am using 6.0.30 and have it installed as a web site. I am needing to create a custom tree node provider. I have reviewed the documentation here: http://devnet.kentico.com/docs/devguide/index.html?treenode_handler.htm
What I want to do is have my custom handler code located in my App_Code folder, but I don't see how to configure this properly. Is this possible? Something like this:
<add key="CMSUseCustomHandlers" value="true" /> <add key="CMSCustomHandlersAssembly" value="App_Code" />
Or is there an alternate way to register the custom handlers?
Thanks
|