<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Resolving conflict: Http ports and XPSP2</title>
	<link>http://kennyw.com/indigo/43</link>
	<description>Kenny Wolf's Thoughts of the Moment</description>
	<pubDate>Thu, 20 Nov 2008 15:33:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Ken</title>
		<link>http://kennyw.com/indigo/43#comment-125460</link>
		<author>Ken</author>
		<pubDate>Thu, 14 Aug 2008 19:55:59 +0000</pubDate>
		<guid>http://kennyw.com/indigo/43#comment-125460</guid>
		<description>I have a Windows 2003 Server and I deployed the service to that server such that the reference is now 10.10.90.1 instead of localhost.  I also chnaged the clientBaseAddress to http://10.10.90.1:8000/StockService/ and I am still getting the same error - any ideas?
BTW - THe WSDL looks fine and I can obtain it without any problems through a browser.</description>
		<content:encoded><![CDATA[<p>I have a Windows 2003 Server and I deployed the service to that server such that the reference is now 10.10.90.1 instead of localhost.  I also chnaged the clientBaseAddress to <a href="http://10.10.90.1:8000/StockService/" rel="nofollow">http://10.10.90.1:8000/StockService/</a> and I am still getting the same error - any ideas?<br />
BTW - THe WSDL looks fine and I can obtain it without any problems through a browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://kennyw.com/indigo/43#comment-125451</link>
		<author>Ken</author>
		<pubDate>Thu, 14 Aug 2008 19:11:25 +0000</pubDate>
		<guid>http://kennyw.com/indigo/43#comment-125451</guid>
		<description>I am just now delving into WCF and I am trying to reolve the latter error you described for IIS 5.1 running on XP.  I have attempted to emulate your solution but I still get the same error - below is my configuration file - can you please help?  Thanks!


      
        
        
      
    
    
      
        
          
        
      
    
    
      
        
      
    </description>
		<content:encoded><![CDATA[<p>I am just now delving into WCF and I am trying to reolve the latter error you described for IIS 5.1 running on XP.  I have attempted to emulate your solution but I still get the same error - below is my configuration file - can you please help?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venemo</title>
		<link>http://kennyw.com/indigo/43#comment-84121</link>
		<author>Venemo</author>
		<pubDate>Sat, 19 Jan 2008 19:05:47 +0000</pubDate>
		<guid>http://kennyw.com/indigo/43#comment-84121</guid>
		<description>This is great, but how do I detect the client's machine name from .NET? And there is one more thing: if I specify a clientBaseAddress and run more than one instances of the client application, it will also throw this exception, because the other instance of the client already uses that particular port.</description>
		<content:encoded><![CDATA[<p>This is great, but how do I detect the client&#8217;s machine name from .NET? And there is one more thing: if I specify a clientBaseAddress and run more than one instances of the client application, it will also throw this exception, because the other instance of the client already uses that particular port.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://kennyw.com/indigo/43#comment-80691</link>
		<author>Peter</author>
		<pubDate>Fri, 28 Dec 2007 23:55:34 +0000</pubDate>
		<guid>http://kennyw.com/indigo/43#comment-80691</guid>
		<description>when You say that we have to "use resolvable address (i.e. your client machine name for example)"
 You mean that client computer has to be 'visible' from server?

by 'visible' I mean that you can ping client computer from server by it's name

in my app.config I have clientBaseAddress="http://client_machine_name:8000/myClient/"
but I still get timeouts...

please help...</description>
		<content:encoded><![CDATA[<p>when You say that we have to &#8220;use resolvable address (i.e. your client machine name for example)&#8221;<br />
 You mean that client computer has to be &#8216;visible&#8217; from server?</p>
<p>by &#8216;visible&#8217; I mean that you can ping client computer from server by it&#8217;s name</p>
<p>in my app.config I have clientBaseAddress=&#8221;http://client_machine_name:8000/myClient/&#8221;<br />
but I still get timeouts&#8230;</p>
<p>please help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://kennyw.com/indigo/43#comment-59715</link>
		<author>Amit</author>
		<pubDate>Thu, 19 Jul 2007 09:44:11 +0000</pubDate>
		<guid>http://kennyw.com/indigo/43#comment-59715</guid>
		<description>Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://kennyw.com/indigo/43#comment-54034</link>
		<author>Kenny</author>
		<pubDate>Wed, 13 Jun 2007 16:47:55 +0000</pubDate>
		<guid>http://kennyw.com/indigo/43#comment-54034</guid>
		<description>Darshan, you can share port 80 with IIS if you are using 2k3 server or later (that is, IIS 6.0 and later). IIS 5.1 (on XP) does not use http.sys and there for you cannot share port 80 with IIS on XP.

Sunil, it sounds like an application already has 1045 open. You can use "netstat -a" to see which process has 1045 in LISTENING mode.</description>
		<content:encoded><![CDATA[<p>Darshan, you can share port 80 with IIS if you are using 2k3 server or later (that is, IIS 6.0 and later). IIS 5.1 (on XP) does not use http.sys and there for you cannot share port 80 with IIS on XP.</p>
<p>Sunil, it sounds like an application already has 1045 open. You can use &#8220;netstat -a&#8221; to see which process has 1045 in LISTENING mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil</title>
		<link>http://kennyw.com/indigo/43#comment-54008</link>
		<author>Sunil</author>
		<pubDate>Wed, 13 Jun 2007 13:25:28 +0000</pubDate>
		<guid>http://kennyw.com/indigo/43#comment-54008</guid>
		<description>Really good help Kenny but i have one problem 
I have override ClientBaseAddress property on WsDualHttpBinding like

clientBaseAddress="http://localhost:1045/WCFTest.Host/"&#62;

Now it gives me this error:

HTTP could not register URL http:// :1045/WCFTest.Host/ because TCP port 1045 is being used by another application

what should i do? please help me.

***********This is my configuration code **************************

    
        
            
              
              
            
        
        
            
                
                    
                
            
        
    
</description>
		<content:encoded><![CDATA[<p>Really good help Kenny but i have one problem<br />
I have override ClientBaseAddress property on WsDualHttpBinding like</p>
<p>clientBaseAddress=&#8221;http://localhost:1045/WCFTest.Host/&#8221;&gt;</p>
<p>Now it gives me this error:</p>
<p>HTTP could not register URL <a href="http://" rel="nofollow">http://</a> :1045/WCFTest.Host/ because TCP port 1045 is being used by another application</p>
<p>what should i do? please help me.</p>
<p>***********This is my configuration code **************************</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darshan</title>
		<link>http://kennyw.com/indigo/43#comment-48719</link>
		<author>Darshan</author>
		<pubDate>Tue, 15 May 2007 19:16:46 +0000</pubDate>
		<guid>http://kennyw.com/indigo/43#comment-48719</guid>
		<description>Does this mean that i could have a self hosted WCF service share port 80 with IIS? If so, how do i go about sharing the port?</description>
		<content:encoded><![CDATA[<p>Does this mean that i could have a self hosted WCF service share port 80 with IIS? If so, how do i go about sharing the port?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Naughton</title>
		<link>http://kennyw.com/indigo/43#comment-13610</link>
		<author>Martin Naughton</author>
		<pubDate>Thu, 30 Nov 2006 17:03:30 +0000</pubDate>
		<guid>http://kennyw.com/indigo/43#comment-13610</guid>
		<description>Thanks Kenny - that helped out greatly.

A couple of additional notes, related to my experience.

1) I found that, if the service is already using a non-standard port, the client should use a different non-standard port (e.g. Service uses port 666, Client uses port 667). This may be obvious to some.

2) Anti Virus programs may complain if non-standard ports are used. Mine did, so I had to add the two applications to the permitted list of executable files.</description>
		<content:encoded><![CDATA[<p>Thanks Kenny - that helped out greatly.</p>
<p>A couple of additional notes, related to my experience.</p>
<p>1) I found that, if the service is already using a non-standard port, the client should use a different non-standard port (e.g. Service uses port 666, Client uses port 667). This may be obvious to some.</p>
<p>2) Anti Virus programs may complain if non-standard ports are used. Mine did, so I had to add the two applications to the permitted list of executable files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://kennyw.com/indigo/43#comment-11654</link>
		<author>Steve</author>
		<pubDate>Mon, 13 Nov 2006 15:40:46 +0000</pubDate>
		<guid>http://kennyw.com/indigo/43#comment-11654</guid>
		<description>Excellent information, Kenny.  Thanks a ton.</description>
		<content:encoded><![CDATA[<p>Excellent information, Kenny.  Thanks a ton.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
