Programmatically remove a HttpModule

Web Programming57
Is there a way in asp.net 2.0 to remove programatically an HttpModule

from the http pipeline when the http request is processed? For

instance, if some condition is verified in the Application_BeginRequest

event, is there the possibility to dinamically remove a custom

HttpModule which has been added in the httpModules configuration node

in the web.config ?



Thanks in advance for any answer.

Kev


-