<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'Bindings'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=Bindings&amp;orTags=0</link><description>Search results matching tag 'Bindings'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>IIS7 SSL Binding to All Addresses</title><link>http://forums.iis.net/p/1162413/1923709.aspx#1923709</link><pubDate>Fri, 06 Nov 2009 19:22:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923709</guid><dc:creator>Kortekk</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;My server has got IIS7 with two sites Site1 and Site2.&amp;nbsp; I have them&amp;nbsp;each&amp;nbsp;on their own distinct Ipv4 address, each on their own separate certificate, and both are on port 443.&lt;/p&gt;
&lt;p&gt;The issue I am experiencing is that if I take Site1 offline, the server is still responding to ssl on that site&amp;#39;s address and port - even though I cannot browse to the site via a web broswer.&amp;nbsp; If I take both Site1 and Site2 offline, then the server no longer responds to ssl requests.&amp;nbsp; It looks to me like IIS7 is binding to all the addresses on the server.&amp;nbsp; If I create a new arbirtrary binding on Site1 and run netstat, i see it being opened on the address bound to Site2.&lt;/p&gt;
&lt;p&gt;I have tried editing the applicationhost.config file to supply host headers to the ssl bindings since you cannot through the GUI.&amp;nbsp; I have also tried to create listener ip addresses using &amp;#39;netsh http add iplisten&amp;#39;.&amp;nbsp; Nothing has helped so far.&amp;nbsp; Is there any way to close down the port when that particular site is brought down?&lt;/p&gt;</description></item><item><title>Removing HTTPS binding on one site breaks all sites</title><link>http://forums.iis.net/p/1159517/1911371.aspx#1911371</link><pubDate>Thu, 23 Jul 2009 23:10:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1911371</guid><dc:creator>dtatgenho</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I was reading &lt;a href="http://forums.iis.net/t/1149714.aspx" target="_blank"&gt;this post&lt;/a&gt; earlier, as we are running into this issue too (SSL using a wildcart cert on multiple subdomain websites).&lt;/p&gt;&lt;p&gt;In anilr&amp;#39;s reply (2nd post of the thread), he says: &amp;quot;removing the bindings in the UI will remove both those things which
will of course make your other sites non-functional - you need to
remove just the binding in applicationhost.config using other means
like appcmd/editing in notepad etc.&amp;quot;&lt;/p&gt;&lt;p&gt;So,
in other words, removing the SSL cert binding of one site (via the UI)
will break the SSL bindings of ALL of the other sites.&amp;nbsp; This seems like
a huge problem/limitation of the UI, especially since this can be done
properly (as anilr also states) by editing the applicationhost.config
file (either manually or programmatically).&lt;/p&gt;&lt;p&gt;This, frankly, seems
like a bug, as this behavior is not expected nor implied by the user&amp;#39;s
action (by editing a single site, you break all of them).&amp;nbsp; Is this
fixed in Server 2008 R2 or by a future service pack/hotfix?&lt;/p&gt;&lt;p&gt;The
reason I ask is because we are testing out a hosted environment like
this (wildcard SSL cert (*.mysite.com), single IP, bound to many
subdomain sites via host headers (site1.mysite.com, site2.mysite.com,
etc.)) and having the &amp;quot;touch one binding, break them all&amp;quot; issue with
the UI just makes things way too easy to screw up.&lt;/p&gt;&lt;p&gt;Anyone know if this will be fixed or if there is something I am missing? &lt;/p&gt;</description></item><item><title>Re: IIS7 Bindings column</title><link>http://forums.iis.net/p/1158335/1906828.aspx#1906828</link><pubDate>Fri, 12 Jun 2009 21:24:57 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1906828</guid><dc:creator>davcox</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;Unfortunately, this UI cannot be changed ... I&amp;#39;ve filed a bug for you to get the UI to sort based on those columns, but it won&amp;#39;t get fixed for Windows 7.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;The problem is that this configuration is a 3-tuple ... so in config, these are represented as a single string in the format of&amp;nbsp;IP:Port:HostHeader ... so sorting these guys will take some extra code to pull each entry apart and into a table, and then sort it.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Sorry I don&amp;#39;t have a better answer for you.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Dave &lt;/p&gt;</description></item><item><title>New Binding (WMI VbScript)</title><link>http://forums.iis.net/p/1156581/1899290.aspx#1899290</link><pubDate>Fri, 03 Apr 2009 16:21:41 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1899290</guid><dc:creator>RustySpoon</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>Hy Guys! 
I have some probleme with this script.I try to add a new binding (subdomain)  to a site. oSite.Bindings property is an array, but I can&amp;#39;t extend it with my new binding object (oBindingNew). I get this error in the line b(lb+1)=oBindingNew: Object doesnt support this property or method. 
 
&lt;pre&gt;
domain=&amp;quot;try.com&amp;quot;
subdomain=&amp;quot;hy&amp;quot;

&amp;#39;WebAdmin obj
Set oIIS = GetObject(&amp;quot;winmgmts:root\WebAdministration&amp;quot;) 

Set oBindingNew = oIIS.Get(&amp;quot;BindingElement&amp;quot;).SpawnInstance_            
oBindingNew.BindingInformation = &amp;quot;*:80:&amp;quot; &amp;amp; subdomain &amp;amp; &amp;quot;.&amp;quot; &amp;amp; domain            
oBindingNew.Protocol = &amp;quot;http&amp;quot;   

Set oSite = oIIS.Get(&amp;quot;Site.Name=&amp;#39;&amp;quot; &amp;amp; domain &amp;amp; &amp;quot;&amp;#39;&amp;quot;)

Dim lb
lb=UBound(oSite.Bindings) 
Dim b()
ReDim Preserve b(lb+1)
b(lb+1)=oBindingNew 
oSite.Bindings= b

&amp;#39;oSite.put_
&lt;/pre&gt;</description></item><item><title>SSL Cert Problems: SSL Certificate Settings deleted for Port : 0.0.0.0:443</title><link>http://forums.iis.net/p/1155819/1895900.aspx#1895900</link><pubDate>Fri, 06 Mar 2009 20:33:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895900</guid><dc:creator>strunkt</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;I have IIS 7 running on a 32bit Windows 2008 Server.&lt;/p&gt;
&lt;p&gt;I have created a SSL Binding for the Default Web Server via the IIS Manager.&lt;/p&gt;
&lt;p&gt;I test the SSL binding and it works just fine.&lt;/p&gt;
&lt;p&gt;I also have SMTP installed on the server which uses the IIS (6.0) Manager to change its settings.&lt;/p&gt;
&lt;p&gt;Whenever I make any changes to the&amp;nbsp;SMTP&amp;nbsp;properties via the IIS&amp;nbsp;(6.0) Manager&amp;nbsp;I lose my SSL certificate binding.&lt;/p&gt;Windows System Event Viewer Reports: &lt;font size="1"&gt;SSL Certificate Settings deleted for Port : 0.0.0.0:443&lt;/font&gt;&lt;font size="1"&gt; 
&lt;p&gt;&lt;/font&gt;I have my certificate stored in Local Computer - Personal Certificates.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any Idea as to why this may be happening or how to stop it...&lt;/p&gt;
&lt;p&gt;Thanks for any help!!!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;-Tim&lt;/p&gt;</description></item><item><title>different default documents in sites pointing to same physical folder</title><link>http://forums.iis.net/p/1155504/1894392.aspx#1894392</link><pubDate>Mon, 23 Feb 2009 10:47:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1894392</guid><dc:creator>fidel</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;I have 2 sites set up in IIS7 pointing to the same physical folder. One site (extranet)&amp;nbsp;is configured to accept https&amp;nbsp;via the external wan nic on port 443, the other (intranet) http via the internal lan nic on port 80. In IIS6 it was possible to assign different default documents to each of the two sites, but in IIS7 when I change the default doc in one site it also changes in the other. Surely there must be a way to do this in IIS7? I&amp;#39; ve tried messing with ApplicationHost.config but that didn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;Hans&lt;/p&gt;</description></item><item><title>IIS7 don't access a .dll</title><link>http://forums.iis.net/p/1155391/1893910.aspx#1893910</link><pubDate>Wed, 18 Feb 2009 21:11:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1893910</guid><dc:creator>mathiasruck</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I have IIS7 and Analisys Server on Windows Server&amp;nbsp;2008 working, but I only have access to a dll (msmdpump.dll) on localhost (other filetypes funct properly). if I try to access msmdpump.dll&amp;nbsp;from another host, I get the error: &lt;/p&gt;
&lt;p&gt;&amp;quot;500 - Internal server error.&lt;br /&gt;There is a problem with the resource you are looking for, and it cannot be displayed.&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Anyone had this error?&lt;/p&gt;
&lt;p&gt;Sorry my bad english, Thank&amp;#39;s.&lt;/p&gt;</description></item><item><title>SSL and Hostheaders</title><link>http://forums.iis.net/p/1154564/1890884.aspx#1890884</link><pubDate>Fri, 23 Jan 2009 19:20:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1890884</guid><dc:creator>csihosting</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>I&amp;#39;m not sure if this is in quite the right forum... Our company hosts over 200 sites on IIS7 on Windows Server 08 (web edition). We have three sites that have a secure shopping cart and SSL certs. We put about ten sites on each IP Address. The problem we are running into is that the UI for IIS7 does not allow hostheaders to be added to the ssl binding. I have run the appcmd command in an effort to do it manual but that causes the binding to not specify an SSL cert. I have done some research on the specifying a cert through appcmd but was an able to find anything that would answer my question. Any help on this matter would be great. Thanks</description></item><item><title>Re: Site Bindings</title><link>http://forums.iis.net/p/1154487/1890590.aspx#1890590</link><pubDate>Wed, 21 Jan 2009 15:58:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1890590</guid><dc:creator>ServerIntellect_BH</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It seems the Default Web Site is catching the requests for &amp;quot;test.mywebsite.com&amp;quot;. You could stop or remove the Default Web Site to see if that resolves the issue, if the site is not needed.&lt;/p&gt;
&lt;p&gt;Most likely the Default Web Site is configured to catch all unassigned requests.&lt;/p&gt;
&lt;p&gt;It could be that &amp;quot;test.mywebsite.com&amp;quot; is resolving to an IP address configured in the Default Web Site&amp;#39;s bindings and overriding the correct sites bindings.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Verify the DNS record for &amp;quot;test.mywebsite.com&amp;quot; matches the IP Bindings in IIS for the &amp;quot;test.mywebsite.com&amp;quot; site.&lt;/p&gt;
&lt;p&gt;You could also configure the test site to make it accept all unassigned requests to see if that will work.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Hope this helps!&lt;/p&gt;</description></item><item><title>Re: View all bindings</title><link>http://forums.iis.net/p/1153643/1887844.aspx#1887844</link><pubDate>Wed, 17 Dec 2008 17:12:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1887844</guid><dc:creator>mindaugas</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;Something like appcmd list sites but easier to read. Remember in IIS 6 how you could filter by SSL port. Check this screenshot out. I want something like this again. Makes finding SSL&amp;#39;s a LOT easier. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;img src="http://www.mindaugas.us/images/iis6_ssl.jpg" width="670" height="576" alt="" /&gt; &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>