Some of my sites in IIS have 20-30 bindings and the bindings dialog box in IIS 7 is 4 lines, which makes editing bindings a real pain. Are there any replacements/upgrades for the dialog specifically? I realize behind the scenes it is just updating an XML file, but I would prefer not to directly edit the XML file or start writing a separate management application, if possible.

link|improve this question
feedback

1 Answer

I can't see anything on Google but this code should be helpful in building a C# Forms App that does it the way that you want - this has the advantage of connecting directly to IIS so it would work for any machine (as opposed to hacking the XML directly).

link|improve this answer
Definitely would be better than editing the XML file directly. – user11956 Jun 16 '10 at 16:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.