Dynamic adding HttpModules and HttpHandlers
- by pokrate
Hi,
Is adding / removing HttpModules and HttpHandlers at runtime from a website a good idea ?
I am looking at ways to make my website as dynamic as possible without uploading changed content all over again. Something like config files.
Rule engines exist, but learning them seems like a pain. I might be wrong in my perspective. Please suggest possible ways to change logic in the code at runtime.