Hi folks,
for my IIS7 website, i've had to go into the IIS7 Services Manager and define all the bindings for the site. Works fine.
I was wondering if it's possible to do this programatically in the web.config file instead? I know you can provide a few iis7 settings in there.. wasn't sure if it's possible to also include the bindings?
eg.
- http; all unassigned ip's; port 80; foo.domain.com
- https; 192.168.0.2; port 443; blah.domain.com
thanks :)