We have an installation that creates a handler mapping for a website. Using the IIS7 Admin pack, I've come up with some jscript that sets this up successfully.
However, our developers have the requirement that this particular handler mapping be at the top of the ordered list of handler mappings. I discovered that you get to this view by right-clicking in the Handler Mappings list, and selecting "View Ordered List..."
I've been unable to discover how to programmatically specify the order in which my new Handler Mapping appears in this list.
Has anyone here done this before?
Cheers, Bryan