<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" 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:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Coeamyd's - WCF</title>
    <link>http://www.coeamyd.net/</link>
    <description>...It ain't easy being green</description>
    <language>en-us</language>
    <copyright>Christoph Herold</copyright>
    <lastBuildDate>Tue, 13 Jan 2009 20:22:35 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.6264.0</generator>
    <managingEditor>Christoph.Herold@coeamyd.net</managingEditor>
    <webMaster>Christoph.Herold@coeamyd.net</webMaster>
    <item>
      <trackback:ping>http://www.coeamyd.net/Trackback.aspx?guid=3fc8b3ac-79ec-48f4-ae2b-4b61919334d6</trackback:ping>
      <pingback:server>http://www.coeamyd.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.coeamyd.net/PermaLink,guid,3fc8b3ac-79ec-48f4-ae2b-4b61919334d6.aspx</pingback:target>
      <dc:creator>Christoph Herold</dc:creator>
      <wfw:comment>http://www.coeamyd.net/CommentView,guid,3fc8b3ac-79ec-48f4-ae2b-4b61919334d6.aspx</wfw:comment>
      <wfw:commentRss>http://www.coeamyd.net/SyndicationService.asmx/GetEntryCommentsRss?guid=3fc8b3ac-79ec-48f4-ae2b-4b61919334d6</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I just ran across a really nice article describing how to create a self hosted WCF
service using HTTPS bindings. It's a nice step-by-step instruction on how to create
your own certificates, adding them to your store, configuring the Windows HTTP runtime,
and configuring your WCF service. You can find the article on CodeProject at this
url: <a href="http://www.codeproject.com/KB/WCF/WCFSSL.aspx">http://www.codeproject.com/KB/WCF/WCFSSL.aspx</a>.
Really nice article, helped me a lot. Kudos to Chris.
</p>
        <p>
Also, Steve Johnson created a nice little GUI for the httpcfg command line tool, which
you can find here: <a href="http://www.stevestechspot.com/ABetterHttpcfg.aspx">http://www.stevestechspot.com/ABetterHttpcfg.aspx</a>.
It's a nice addition to the article, so you are not completely bound to the console
:-)
</p>
        <img width="0" height="0" src="http://www.coeamyd.net/aggbug.ashx?id=3fc8b3ac-79ec-48f4-ae2b-4b61919334d6" />
      </body>
      <title>Developing WCF with HTTPS</title>
      <guid isPermaLink="false">http://www.coeamyd.net/PermaLink,guid,3fc8b3ac-79ec-48f4-ae2b-4b61919334d6.aspx</guid>
      <link>http://www.coeamyd.net/PermaLink,guid,3fc8b3ac-79ec-48f4-ae2b-4b61919334d6.aspx</link>
      <pubDate>Tue, 13 Jan 2009 20:22:35 GMT</pubDate>
      <description>&lt;p&gt;
I just ran across a really nice article describing how to create a self hosted WCF
service using HTTPS bindings. It's a nice step-by-step instruction on how to create
your own certificates, adding them to your store, configuring the Windows HTTP runtime,
and configuring your WCF service. You can find the article on CodeProject at this
url: &lt;a href="http://www.codeproject.com/KB/WCF/WCFSSL.aspx"&gt;http://www.codeproject.com/KB/WCF/WCFSSL.aspx&lt;/a&gt;.
Really nice article, helped me a lot. Kudos to Chris.
&lt;/p&gt;
&lt;p&gt;
Also, Steve Johnson created a nice little GUI for the httpcfg command line tool, which
you can find here: &lt;a href="http://www.stevestechspot.com/ABetterHttpcfg.aspx"&gt;http://www.stevestechspot.com/ABetterHttpcfg.aspx&lt;/a&gt;.
It's a nice addition to the article, so you are not completely bound to the console
:-)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.coeamyd.net/aggbug.ashx?id=3fc8b3ac-79ec-48f4-ae2b-4b61919334d6" /&gt;</description>
      <comments>http://www.coeamyd.net/CommentView,guid,3fc8b3ac-79ec-48f4-ae2b-4b61919334d6.aspx</comments>
      <category>.NET;Development;WCF</category>
    </item>
    <item>
      <trackback:ping>http://www.coeamyd.net/Trackback.aspx?guid=7f039f87-ad00-41a6-a174-19a32ba2c139</trackback:ping>
      <pingback:server>http://www.coeamyd.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.coeamyd.net/PermaLink,guid,7f039f87-ad00-41a6-a174-19a32ba2c139.aspx</pingback:target>
      <dc:creator>Christoph Herold</dc:creator>
      <wfw:comment>http://www.coeamyd.net/CommentView,guid,7f039f87-ad00-41a6-a174-19a32ba2c139.aspx</wfw:comment>
      <wfw:commentRss>http://www.coeamyd.net/SyndicationService.asmx/GetEntryCommentsRss?guid=7f039f87-ad00-41a6-a174-19a32ba2c139</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
The Microsoft Patterns and Practices team published a Service Factory Add-On recently,
that enables the Service Factory to also create WCF services. Sorrily, just after
the release of the Add-On, the .NET Team released .NET 3.0 RC1, which is not supported
by the Add-On.
</p>
        <p>
If you still wish to install it, you can install the Orca tool located in the <code>bin/</code> directory
of the Windows Vista SDK, open the Service Factory WCF installer package, and change
the value of the <code>LaunchCondition</code> variable <code>FRAMEWORK30</code> to
the Version of RC1 (<code>3.0.04324.17</code>). Save it and then you can install it.
</p>
        <p>
You can find more information at <a href="http://www.gotdotnet.com/codegallery/messageBoard/Thread.aspx?id=6fde9247-53a8-4879-853d-500cd2d97a83&amp;mbid=fc07ebfb-4369-48e1-ab74-d6098ed220fe&amp;threadid=99894479-0335-4a1b-bf91-bf771237cdfb">http://www.gotdotnet.com/codegallery/messageBoard/Thread.aspx?id=6fde9247-53a8-4879-853d-500cd2d97a83&amp;mbid=fc07ebfb-4369-48e1-ab74-d6098ed220fe&amp;threadid=99894479-0335-4a1b-bf91-bf771237cdfb</a>.
</p>
        <img width="0" height="0" src="http://www.coeamyd.net/aggbug.ashx?id=7f039f87-ad00-41a6-a174-19a32ba2c139" />
      </body>
      <title>Service Factory with WCF</title>
      <guid isPermaLink="false">http://www.coeamyd.net/PermaLink,guid,7f039f87-ad00-41a6-a174-19a32ba2c139.aspx</guid>
      <link>http://www.coeamyd.net/PermaLink,guid,7f039f87-ad00-41a6-a174-19a32ba2c139.aspx</link>
      <pubDate>Sun, 24 Sep 2006 08:52:42 GMT</pubDate>
      <description>&lt;p&gt;
The Microsoft Patterns and Practices team published a Service Factory Add-On recently,
that enables the Service Factory to also create WCF services. Sorrily, just after
the release of the Add-On, the .NET Team released .NET 3.0 RC1, which is not supported
by the Add-On.
&lt;/p&gt;
&lt;p&gt;
If you still wish to install it, you can install the Orca tool located in the &lt;code&gt;bin/&lt;/code&gt; directory
of the Windows Vista SDK, open the Service Factory WCF installer package, and change
the value of the &lt;code&gt;LaunchCondition&lt;/code&gt; variable &lt;code&gt;FRAMEWORK30&lt;/code&gt; to
the Version of RC1 (&lt;code&gt;3.0.04324.17&lt;/code&gt;). Save it and then you can install it.
&lt;/p&gt;
&lt;p&gt;
You can find more information at &lt;a href="http://www.gotdotnet.com/codegallery/messageBoard/Thread.aspx?id=6fde9247-53a8-4879-853d-500cd2d97a83&amp;amp;mbid=fc07ebfb-4369-48e1-ab74-d6098ed220fe&amp;amp;threadid=99894479-0335-4a1b-bf91-bf771237cdfb"&gt;http://www.gotdotnet.com/codegallery/messageBoard/Thread.aspx?id=6fde9247-53a8-4879-853d-500cd2d97a83&amp;amp;mbid=fc07ebfb-4369-48e1-ab74-d6098ed220fe&amp;amp;threadid=99894479-0335-4a1b-bf91-bf771237cdfb&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.coeamyd.net/aggbug.ashx?id=7f039f87-ad00-41a6-a174-19a32ba2c139" /&gt;</description>
      <comments>http://www.coeamyd.net/CommentView,guid,7f039f87-ad00-41a6-a174-19a32ba2c139.aspx</comments>
      <category>.NET;Development;WCF</category>
    </item>
  </channel>
</rss>