Hi, > Http Modules and Http Handlers can only be defined in a > web.config (according to the .NET documentation), meaning, > per application.
Not true, the web.config inherits from the machine.config, take a look in the machine.config file and you will see a number of handlers/modules defined. It's possible to add more into that file. > Perhaps it will require other things as well. That is why I > think that we should have a hook that a developer can put his > own logic in there. In addition to that we can implement a > standard configurable implementation for that hook that > searches for a regular expression and return some kind of a > formula on it. Sounds good, the only thing is that we need to make sure that we can do that with good performance. Cheers, Patrik _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
