Hi,
is it possible to set the priority of a module created with .NET? I know it is possible for a module created with native code (C/C++), but I cannot use this way (since I cannot install a native module on my IIS).
I don't have access to the list of all modules, so I cannot use the <modules> section of the web.config to re-order modules.
I'm looking for a way to set the (managed) module priority within the initialization section of the module itself.
Thanks in advance for any help