1

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.

Jim B
  • 24,081
  • 4
  • 36
  • 60
user11956
  • 123
  • 4

1 Answers1

1

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).

Andras Zoltan
  • 271
  • 3
  • 8