servermanager

Programmatically add binding on IIS 8 with SNI option

我与影子孤独终老i 提交于 2019-12-04 03:56:51
问题 I'm trying to create bindings for IIS 8 that have the flag SNI checked (Server Name Indication) using Microsoft.Web.Administration library (.NET Framework). This is necessary to me because I want to get multiple SSL bindings for the same website under IIS, all using just one IP address. This is one of the main new features of IIS 8. I've been looking into the Binding class and I can't find any flag or option to indicate it. Is it possible with current Microsoft.Web.Administration v 7.0.0.0?

Programmatically add binding on IIS 8 with SNI option

笑着哭i 提交于 2019-12-01 19:58:55
I'm trying to create bindings for IIS 8 that have the flag SNI checked (Server Name Indication) using Microsoft.Web.Administration library (.NET Framework). This is necessary to me because I want to get multiple SSL bindings for the same website under IIS, all using just one IP address. This is one of the main new features of IIS 8. I've been looking into the Binding class and I can't find any flag or option to indicate it. Is it possible with current Microsoft.Web.Administration v 7.0.0.0? Will I need a new version that I haven't found? I know that version 7.9.0.0 is only for IIS express, and