<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - endpoint.tv Screencast - Configuring Services with Endpoints</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/421166_100x75.jpg</url>
		<title>Channel 9 - endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<link></link>
	</image>
	<description>Welcome to the latest video in the weekly WF/WCF Screencast series.

In this short video, CSD MVP&amp;nbsp;Aaron Skonnard from&amp;nbsp;PluralSight
 guides the viewer through how to configure your WCF Service with endpoints. This screencast uses

the service you created last week to -a-&amp;nbsp;introduce you to WCF adapters, bindings, and contracts, and -b- shows you how to use the WCF Service Configuration Editor to modify these endpoints and add new endpoints.

For additional information on WCF, please check out the&amp;nbsp;WCF Dev Center on MSDN and the
.NET Endpoint team blog. For more information on classes offered by Aaron and the PluralSight folks, check out&amp;nbsp;their catalog of

instructor led courses&amp;nbsp;and&amp;nbsp;new online courses that cover a variety of Microsoft technologies, ranging from .NET v3.5 to WSS to BizTalk server.

</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 12:01:27 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 12:01:27 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[Aaron,<br>
<br>
I did this screencast and am getting a weird error when I try to run this.<br>
<br>
System.InvalidOperationException: Cannot load the X.509 certificate identity specified in the configuration.<br>
&nbsp;&nbsp; at System.ServiceModel.Description.ConfigLoader.LoadIdentity(IdentityElement element)<br>
&nbsp;&nbsp; at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(ServiceHostBase host, ServiceDescription description, ServiceElement serviceElement, Action`1 addBaseAddress)<br>
&nbsp;&nbsp; at System.ServiceModel.ServiceHostBase.LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, ServiceElement serviceSection)<br>
&nbsp;&nbsp; at System.ServiceModel.ServiceHostBase.LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, String configurationName)<br>
&nbsp;&nbsp; at System.ServiceModel.ServiceHostBase.ApplyConfiguration()<br>
&nbsp;&nbsp; at System.ServiceModel.ServiceHostBase.InitializeDescription(UriSchemeKeyedCollection baseAddresses)<br>
&nbsp;&nbsp; at System.ServiceModel.ServiceHost.InitializeDescription(Type serviceType, UriSchemeKeyedCollection baseAddresses)<br>
&nbsp;&nbsp; at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses)<br>
&nbsp;&nbsp; at Microsoft.Tools.SvcHost.ServiceHostHelper.CreateServiceHost(Type type, ServiceKind kind)<br>
&nbsp;&nbsp; at Microsoft.Tools.SvcHost.ServiceHostHelper.OpenService(ServiceInfo info)<br>
<br>
Don't know what the deal is.&nbsp; Any help to this noob would be greatly appreciated.<br>
<br>
Shane<p>posted by buffcessna</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633584849730000000</link>
		<pubDate>Wed, 01 Oct 2008 19:09:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633584849730000000</guid>
		<dc:creator>buffcessna</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[I think I've actually seen this before (I'm more a WF person than WCF) - check your binding; it sounds like you're using WsHttp, which will try to layer on WS-Security. Try changing that to a non-WS setting, or check the other binding options to see if
 it's specifying the use of a x509 cert in it somewhere.<p>posted by cliff.simpkins</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633585234340000000</link>
		<pubDate>Thu, 02 Oct 2008 05:50:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633585234340000000</guid>
		<dc:creator>cliff.simpkins</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[Same here. I fixed it by removing the&nbsp;&lt;certificateReference&gt; elements. (The original example from the first screencast didn't have it)<br>
<br>
But in this screencast, Aaron has in fact these settings in the app.config, so still not sure how his example works.<p>posted by ArnoudBM</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633586471640000000</link>
		<pubDate>Fri, 03 Oct 2008 16:12:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633586471640000000</guid>
		<dc:creator>ArnoudBM</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[I have found something similar. Seems each time I create a named pipes endpoint, I get the above &lt;certificateRefernce&gt; elements auto included in the app.config. Deleting seems to address the issue.<p>posted by .NetRebel</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633618546300000000</link>
		<pubDate>Sun, 09 Nov 2008 19:10:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633618546300000000</guid>
		<dc:creator>.NetRebel</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[Here is a quick tutorial on how to get your certificate store working for WCF:<br>
<a href="http://www.codeplex.com/WCFSecurity/Wiki/View.aspx?title=How%20To%20-%20Create%20and%20Install%20Temporary%20Certificates%20in%20WCF%20for%20Message%20Security%20During%20Development"><br>
http://www.codeplex.com/WCFSecurity/Wiki/View.aspx?title=How%20To%20-%20Create%20and%20Install%20Temporary%20Certificates%20in%20WCF%20for%20Message%20Security%20During%20Development</a><br>
<br>
It worked for me.<p>posted by sreekanthv</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633621310750000000</link>
		<pubDate>Wed, 12 Nov 2008 23:57:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633621310750000000</guid>
		<dc:creator>sreekanthv</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[It's the endpoint wizard.&nbsp; If you create the endpoints manually, the certificate references are not created.<br>
<p>posted by GW</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633641069980000000</link>
		<pubDate>Fri, 05 Dec 2008 20:49:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633641069980000000</guid>
		<dc:creator>GW</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[I&nbsp; am new to WCF... I am getting the same error in my service... Tried deleting the endpoints configured thru the wizard, didnot work.<br>
<br>
Any Ideas how to make it work?<p>posted by scenicohio</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633697499590000000</link>
		<pubDate>Mon, 09 Feb 2009 04:19:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633697499590000000</guid>
		<dc:creator>scenicohio</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[I got the same problem.<br>
The Visual Studi inserts an identity element autmatically after each binding <br>
Just comment this identity node and it will start working again.<br>
<p>posted by haridasabhavana</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633702508090000000</link>
		<pubDate>Sat, 14 Feb 2009 23:26:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633702508090000000</guid>
		<dc:creator>haridasabhavana</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[Hi!<br>
<br>
When i try to create named pipe endpoint, i'm getting the&nbsp;following error: <strong>
&quot;Invalid URI: The hostname could not be parsed.&quot;. </strong>When i'm writing&nbsp;net.tcp&nbsp;instead of net.pipe, there is no error.<br>
<br>
Any&nbsp;ideas?<br>
Thx!&nbsp;<p>posted by Csabi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633702887510000000</link>
		<pubDate>Sun, 15 Feb 2009 09:59:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633702887510000000</guid>
		<dc:creator>Csabi</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[
<p>Open the app config wizard and see the WCF endpoint of the screen identify the dns locahost like this, if you put here solved, bye</p>
<p>posted by breramon</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633797195180000000</link>
		<pubDate>Thu, 04 Jun 2009 13:38:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633797195180000000</guid>
		<dc:creator>breramon</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[
<p>Hi I am not able to play these videos when I am playing second time. plz help me</p>
<p>posted by crazy.NET</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633832652180000000</link>
		<pubDate>Wed, 15 Jul 2009 14:33:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633832652180000000</guid>
		<dc:creator>crazy.NET</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[
<p>when I am trying to change the base address and add the tcpnet , piped end points my service is not working when I debug it it says error</p>
<p>posted by crazy.NET</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633832653470000000</link>
		<pubDate>Wed, 15 Jul 2009 14:35:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633832653470000000</guid>
		<dc:creator>crazy.NET</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[
<p>Thanks for posting this video. It's quite instructive and informative.</p>
<p>&nbsp;</p>
<p>Could you post more advanced videos about WCF ? Because even they are good, people may need advanced ones to create advanced applications.
</p>
<p>&nbsp;</p>
<p>Thanks.</p>
<p>posted by atarikg</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633856565890000000</link>
		<pubDate>Wed, 12 Aug 2009 06:49:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633856565890000000</guid>
		<dc:creator>atarikg</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[
<p>Hi, </p>
<p>i am new one on WCF.</p>
<p>i am getting problem with this, whenever i go to app.config, then go to edit, and create another end point, on net name pipebinding</p>
<p>when i enter the address:</p>
<p>net.pipe://localhost:8888/evalservice </p>
<p>it says that it is invalid addresss. now what i have to write here? as it says, that this address is invalid.</p>
<p>the same address in my host address place. which i have wrote above. now what i have to do??</p>
<p>please let me know thanks.</p>
<p>posted by Omair Khan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633943222480000000</link>
		<pubDate>Fri, 20 Nov 2009 13:57:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633943222480000000</guid>
		<dc:creator>Omair Khan</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[
<p><a href="http://blogs.msdn.com/paulwh/archive/2007/05/04/addressaccessdeniedexception-http-could-not-register-url-http-8080.aspx"></a></p>
<p>Hi,</p>
<p>&nbsp;&nbsp; &nbsp;I had the same problem. I got the solution from</p>
<p><a href="http://blogs.msdn.com/paulwh/archive/2007/05/04/addressaccessdeniedexception-http-could-not-register-url-http-8080.aspx">http://blogs.msdn.com/paulwh/archive/2007/05/04/addressaccessdeniedexception-http-could-not-register-url-http-8080.aspx</a></p>
<p><a href="http://blogs.msdn.com/paulwh/archive/2007/05/04/addressaccessdeniedexception-http-could-not-register-url-http-8080.aspx"></a></p>
<p>&nbsp;</p>
<p>The tool worked wonderfully. Thanks paul.</p>
<p>&nbsp;</p>
<p>Hope that helps</p>
<p>&nbsp;</p>
<p>posted by droid007</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634086324930000000</link>
		<pubDate>Wed, 05 May 2010 05:01:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634086324930000000</guid>
		<dc:creator>droid007</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[
<p>Hi,</p>
<p>&nbsp;&nbsp; &nbsp; &nbsp;I had the same problem. Please read this blog for the solution and the tool.</p>
<p>&nbsp;&nbsp; &nbsp; &nbsp;Thanks Paul.</p>
<p>&nbsp;</p>
<p><a href="http://blogs.msdn.com/paulwh/archive/2007/05/04/addressaccessdeniedexception-http-could-not-register-url-http-8080.aspx">http://blogs.msdn.com/paulwh/archive/2007/05/04/addressaccessdeniedexception-http-could-not-register-url-http-8080.aspx</a></p>
<p><a href="http://blogs.msdn.com/paulwh/archive/2007/05/04/addressaccessdeniedexception-http-could-not-register-url-http-8080.aspx"></a></p>
<p>&nbsp;</p>
<p>Hope that helps</p>
<p>&nbsp;</p>
<p>Thanks</p>
<p>suresh</p>
<p>posted by droid007</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634086326310000000</link>
		<pubDate>Wed, 05 May 2010 05:03:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634086326310000000</guid>
		<dc:creator>droid007</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[
<blockquote>
<p><a class="permalink" title="Comment Permalink" href="/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c633584849730000000">Oct 01, 2008 at 12:09&nbsp;PM</a>,
<a href="/Niners/buffcessna">buffcessna</a> wrote</p>
Aaron,<br /><br />I did this screencast and am getting a weird error when I try to run this.<br /><br />System.InvalidOperationException: Cannot load the X.509 certificate identity specified in the configuration.<br />&nbsp;&nbsp; at System.ServiceModel.Description.ConfigLoader.LoadIdentity(IdentityElement element)<br />&nbsp;&nbsp; at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(ServiceHostBase host, ServiceDescription description, ServiceElement serviceElement, Action`1 addBaseAddress)<br />&nbsp;&nbsp; at System.ServiceModel.ServiceHostBase.LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, ServiceElement serviceSection)<br />&nbsp;&nbsp; at System.ServiceModel.ServiceHostBase.LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, String configurationName)<br />&nbsp;&nbsp; at System.ServiceModel.ServiceHostBase.ApplyConfiguration()<br />&nbsp;&nbsp; at System.ServiceModel.ServiceHostBase.InitializeDescription(UriSchemeKeyedCollection baseAddresses)<br />&nbsp;&nbsp; at System.ServiceModel.ServiceHost.InitializeDescription(Type serviceType, UriSchemeKeyedCollection baseAddresses)<br />&nbsp;&nbsp; at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses)<br />&nbsp;&nbsp; at Microsoft.Tools.SvcHost.ServiceHostHelper.CreateServiceHost(Type type, ServiceKind kind)<br />&nbsp;&nbsp; at Microsoft.Tools.SvcHost.ServiceHostHelper.OpenService(ServiceInfo info)<br /><br />Don't know what the deal is.&nbsp; Any help to this noob would be greatly appreciated.<br /><br />Shane </blockquote>
<p>how can i download this video</p>
<p>posted by Nageshpeddinti</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634206925230000000</link>
		<pubDate>Tue, 21 Sep 2010 19:02:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634206925230000000</guid>
		<dc:creator>Nageshpeddinti</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[hi there is no download link for this video.<p>posted by Praky</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634213794980000000</link>
		<pubDate>Wed, 29 Sep 2010 17:51:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634213794980000000</guid>
		<dc:creator>Praky</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[download link is missing for this video<p>posted by brent</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634214948930000000</link>
		<pubDate>Fri, 01 Oct 2010 01:54:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634214948930000000</guid>
		<dc:creator>brent</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[Hi Guys,<br />about the "System.InvalidOperationException: Cannot load the X.509 certificate"...<br />just add an identity with a dns name under each of your endpoints:<br />&lt;identity&gt;<br />&nbsp;&nbsp; &lt;dns value="localhost" /&gt;<br />&lt;/identity&gt;<br />works just fine...<br />&nbsp;<p>posted by Asaf</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634219085650000000</link>
		<pubDate>Tue, 05 Oct 2010 20:49:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634219085650000000</guid>
		<dc:creator>Asaf</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[just add&nbsp;&lt;dns value="localhost" /&gt; in identity.<p>posted by Vipin</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634224761650000000</link>
		<pubDate>Tue, 12 Oct 2010 10:29:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634224761650000000</guid>
		<dc:creator>Vipin</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[Thanks Asaf, your workaround worked prefectly for me<p>posted by Priyank</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634236744610000000</link>
		<pubDate>Tue, 26 Oct 2010 07:21:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634236744610000000</guid>
		<dc:creator>Priyank</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[The link to download for:<br />endpoint.tv Screencast - Configuring Services with&nbsp;Endpoints<br />&nbsp;<br />Is missing.<p>posted by Matt</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634239815750000000</link>
		<pubDate>Fri, 29 Oct 2010 20:39:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634239815750000000</guid>
		<dc:creator>Matt</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[Now I really understood about the Instance context....<br />Thank you&nbsp;Aaron<br />&nbsp;<br />Thanks, Sandesh Daddi, www.sanshark.com<br />&nbsp;<p>posted by sandesh daddi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634279275670000000</link>
		<pubDate>Tue, 14 Dec 2010 12:46:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634279275670000000</guid>
		<dc:creator>sandesh daddi</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[<br />&nbsp;Just make sure the first three endpoints are defined just like (below)<br /><br />&lt;<br />endpoint address="ws" binding="wsHttpBinding" contract="EvalServiceLibrary2.IEvalService "listenUriMode="Explicit" &gt;<br />&lt;identity&gt;<br />&lt;dns value="localhost"/&gt;&lt;certificateReference storeName="My" storeLocation="LocalMachine"x509FindType="FindBySubjectDistinguishedName" /&gt;<br />&lt;/identity&gt;<br />&lt;/endpoint &gt;<br />&nbsp;<br />***Note: This help is only based on this tutorial. "Please Test before deploying."<br />Not responsible for losses or damages....<br /><p>posted by rob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634288437810000000</link>
		<pubDate>Sat, 25 Dec 2010 03:16:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634288437810000000</guid>
		<dc:creator>rob</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[why so many broken videos on this site? :(<p>posted by Seb</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634336384110000000</link>
		<pubDate>Fri, 18 Feb 2011 15:06:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634336384110000000</guid>
		<dc:creator>Seb</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[@buffcessna: To fix the "" exception, you need to add the <dns value="localhost" /> tag into the <identity> tags. Here is my list of endpoints after fixing them up:<br /> <services>      <service behaviorConfiguration="EvalServiceLibrary.Service1Behavior"        name="EvalServiceLibrary.EvalService">        <clear />        <endpoint address="ws" binding="wsHttpBinding" contract="EvalServiceLibrary.IEvalService"          listenUriMode="Explicit">          <identity>            <dns value="localhost" />            <certificateReference storeName="My" storeLocation="LocalMachine"              x509FindType="FindBySubjectDistinguishedName" />          </identity>        </endpoint>        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"          listenUriMode="Explicit">          <identity>            <dns value="localhost" />            <certificateReference storeName="My" storeLocation="LocalMachine"              x509FindType="FindBySubjectDistinguishedName" />          </identity>        </endpoint>        <endpoint address="basic" binding="basicHttpBinding" contract="EvalServiceLibrary.IEvalService"          listenUriMode="Explicit">          <identity>            <dns value="localhost" />            <certificateReference storeName="My" storeLocation="LocalMachine"              x509FindType="FindBySubjectDistinguishedName" />          </identity>        </endpoint>        <endpoint address="net.tcp://localhost:8888/evalservice" binding="netTcpBinding"          contract="EvalServiceLibrary.IEvalService" listenUriMode="Explicit">          <identity>            <dns value="localhost" />            <certificateReference storeName="My" storeLocation="LocalMachine"              x509FindType="FindBySubjectDistinguishedName" />          </identity>        </endpoint>        <endpoint address="net.pipe://localhost/evalservice" binding="netNamedPipeBinding"          bindingConfiguration="" contract="EvalServiceLibrary.IEvalService" />        <host>          <baseAddresses>            <add baseAddress="http://localhost:8080/evalservice" />          </baseAddresses>        </host>      </service>    </services><br /> <p>posted by Jral</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634356669190000000</link>
		<pubDate>Mon, 14 Mar 2011 02:35:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634356669190000000</guid>
		<dc:creator>Jral</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[Apologies, my above post is completley useless because all the code was stripped out...Vipin nailed it above...adding the <dns> tag into <identity> is the fix.<p>posted by Jral</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634356670840000000</link>
		<pubDate>Mon, 14 Mar 2011 02:38:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634356670840000000</guid>
		<dc:creator>Jral</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[ hi, icant download this file please help me . thank's<p>posted by mohammad</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634357791720000000</link>
		<pubDate>Tue, 15 Mar 2011 09:46:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634357791720000000</guid>
		<dc:creator>mohammad</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[ <p>Why does the speaker use 'localhost' in his TCP and named pipe endpoints? Is this a requirement, or could they just as easily drop that part of the name (especially if the service is only running on the local computer)?</p><p>posted by PatAtWork</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634369250300000000</link>
		<pubDate>Mon, 28 Mar 2011 16:03:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634369250300000000</guid>
		<dc:creator>PatAtWork</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[ <p>Notes:</p><p>&quot;TCP and named pipes are really only good when you have WCF on both ends.&quot;</p><p>&nbsp;</p><p>posted by PatAtWork</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634369257060000000</link>
		<pubDate>Mon, 28 Mar 2011 16:15:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634369257060000000</guid>
		<dc:creator>PatAtWork</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[ <p>I ran into the &quot;System.InvalidOperationException: Cannot load the X.509 certificate identity specified in the configuration.&quot; error as well.&nbsp; At that point I added the &lt;dns value=&quot;localhost&quot;/&gt; to any identity section that was missing it.</p><p>I then got another error.&nbsp; The erro was:</p><p>&quot;Please try changing the HTTP port to 8732 or running as Administrator.<br>System.ServiceModel.AddressAccessDeniedException: HTTP could not register URL <a href="http://&#43;:8080/evalservice/">http://&#43;:8080/evalservice/</a>. Your process does not have access rights to this namespace&quot;</p><p>I tried changing the port.&nbsp; Running as administrator fixed the issue, but I did not like that solution.&nbsp; There was a link in the message that I followed.&nbsp; &quot;<a href="http://msdn.microsoft.com/en-us/library/ms733768.aspx">http://msdn.microsoft.com/en-us/library/ms733768.aspx</a>&quot;</p><p>I ran the netsh program and ran this command to fix my problem.</p><p>http add urlacl url=http://&#43;:8080/evalservice/ user=DOMAIN\username.</p><p>NOTE: to delete the urlacl, netsh, will need to be ran as administrator.</p><p>posted by CyrusDowney</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634370197410000000</link>
		<pubDate>Tue, 29 Mar 2011 18:22:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634370197410000000</guid>
		<dc:creator>CyrusDowney</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[ <p>It works great, except that &lt;CertificateRefference&gt; that makes u doubt yourself, if you skip some steps ... Thanks for the feedback, now is to keep looking these tuts <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' /></p><p>posted by fr33</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634386734640000000</link>
		<pubDate>Sun, 17 Apr 2011 21:44:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634386734640000000</guid>
		<dc:creator>fr33</dc:creator>
	</item>
	<item>
		<title>Re: endpoint.tv Screencast - Configuring Services with Endpoints</title>
		<description>
			<![CDATA[The video is very effective. Thanks for making content this simple and convey the point<p>posted by Vineet Rawat</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634431154920000000</link>
		<pubDate>Wed, 08 Jun 2011 07:38:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints#c634431154920000000</guid>
		<dc:creator>Vineet Rawat</dc:creator>
	</item>
</channel>
</rss>