tags:

views:

16

answers:

1

Does the order of httpmodule execution match their order in the web.config or is it undefinied?

A: 

they seem to be fired in the order that they are in the web.config but if possible try not to depend on having a particular order as this can introduce problems to your app because of dependencies

PaulStack