<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.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/"><channel><title>Aaron Schnieder on ASP.NET : WCF</title><link>http://weblogs.asp.net/aaronschnieder/archive/tags/WCF/default.aspx</link><description>Tags: WCF</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>WCF BasicHttpBinding with Windows Authentication &amp; a 2.0 Client</title><link>http://weblogs.asp.net/aaronschnieder/archive/2008/10/10/wcf-basichttpbinding-with-windows-authentication-amp-a-2-0-client.aspx</link><pubDate>Fri, 10 Oct 2008 14:52:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6669203</guid><dc:creator>schnieds</dc:creator><author>schnieds</author><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aaronschnieder/rsscomments.aspx?PostID=6669203</wfw:commentRss><comments>http://weblogs.asp.net/aaronschnieder/archive/2008/10/10/wcf-basichttpbinding-with-windows-authentication-amp-a-2-0-client.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;Windows Authentication is a great way to provide authentication
security in your WCF services. With the WSHttpEndpoing and a .NET 3.0+
client Windows Authentication works right out of the box with WCF,
everything is just peachy. However, if you want to use the
BasicHttpBinding for .NET 2.0 client backward compatibility then it is
going to require a bit of configuration for both the clients &amp;amp;
server.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.schnieds.com/2008/10/wcf-basichttpbinding-with-windows.html" mce_href="http://www.schnieds.com/2008/10/wcf-basichttpbinding-with-windows.html"&gt;[Read The Full Post Here] &lt;/a&gt;&lt;/p&gt;&lt;p&gt;Aaron&lt;br&gt;&lt;a href="http://www.churchofficeonline.com" mce_href="http://www.churchofficeonline.com"&gt;http://www.churchofficeonline.com&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6669203" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aaronschnieder/archive/tags/WCF/default.aspx">WCF</category><category domain="http://weblogs.asp.net/aaronschnieder/archive/tags/Web+Services/default.aspx">Web Services</category></item><item><title>Setting Up IIS7 In Vista For ASP.NET / WCF Development Purposes</title><link>http://weblogs.asp.net/aaronschnieder/archive/2008/10/09/setting-up-iis7-in-vista-for-asp-net-wcf-development-purposes.aspx</link><pubDate>Thu, 09 Oct 2008 16:01:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6667261</guid><dc:creator>schnieds</dc:creator><author>schnieds</author><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aaronschnieder/rsscomments.aspx?PostID=6667261</wfw:commentRss><comments>http://weblogs.asp.net/aaronschnieder/archive/2008/10/09/setting-up-iis7-in-vista-for-asp-net-wcf-development-purposes.aspx#comments</comments><description>&lt;p&gt;I recently needed to setup IIS in Vista (again) to support my ASP.NET
&amp;amp; WCF development purposes. Since there are a few different things
to remember when setting up IIS in Vista to support development
purposes (ASP.NET, WCF, Windows Authentication, etc.) I figured others
might benefit from a quick How To.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.schnieds.com/2008/10/setting-up-iis7-in-vista-for-aspnet-wcf.html" mce_href="http://www.schnieds.com/2008/10/setting-up-iis7-in-vista-for-aspnet-wcf.html"&gt;[Read the full post here] &lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6667261" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aaronschnieder/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aaronschnieder/archive/tags/IIS/default.aspx">IIS</category><category domain="http://weblogs.asp.net/aaronschnieder/archive/tags/WCF/default.aspx">WCF</category></item><item><title>Multiple WCF Endpoints &amp; .NET 2.0 Clients</title><link>http://weblogs.asp.net/aaronschnieder/archive/2008/08/21/multiple-wcf-endpoints-amp-net-2-0-clients.aspx</link><pubDate>Thu, 21 Aug 2008 21:12:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6548828</guid><dc:creator>schnieds</dc:creator><author>schnieds</author><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aaronschnieder/rsscomments.aspx?PostID=6548828</wfw:commentRss><comments>http://weblogs.asp.net/aaronschnieder/archive/2008/08/21/multiple-wcf-endpoints-amp-net-2-0-clients.aspx#comments</comments><description>&lt;p&gt;I recently ran into a problem where .NET 2.0 clients were having
problems connecting to the enterprise .NET 3.0 WCF web services
platform that we built for internal use. We are hosting all of the web
services in IIS6 (no upgrade to IIS7 anytime in the near future) and
everything was working great for anyone running .NET 3.0 or later on
their client apps. &lt;/p&gt;  &lt;p&gt;The root of the problem was that we had
only implemented one Endpoint, using the WSHttpBinding. This was great
for any clients running .NET 3.0 or later, but this binding doesn't
provide any backwards compatibility for clients running a framework
earlier than .NET 3.0..... &lt;/p&gt;&lt;p&gt;Read my full post here:&amp;nbsp; &lt;a href="http://www.schnieds.com/2008/08/multiple-wcf-endpoints-net-20-clients.html" mce_href="http://www.schnieds.com/2008/08/multiple-wcf-endpoints-net-20-clients.html"&gt;http://www.schnieds.com/2008/08/multiple-wcf-endpoints-net-20-clients.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;- Aaron&lt;br&gt;&lt;a href="http://www.churchofficeonline.com" mce_href="http://www.churchofficeonline.com"&gt;http://www.churchofficeonline.com&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6548828" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aaronschnieder/archive/tags/WCF/default.aspx">WCF</category><category domain="http://weblogs.asp.net/aaronschnieder/archive/tags/Web+Services/default.aspx">Web Services</category></item><item><title>Headed to my first Pluralsight training class - WCF &amp; WWF</title><link>http://weblogs.asp.net/aaronschnieder/archive/2008/02/21/headed-to-my-first-pluralsight-training-class-wcf-amp-wwf.aspx</link><pubDate>Thu, 21 Feb 2008 21:05:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5836853</guid><dc:creator>schnieds</dc:creator><author>schnieds</author><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aaronschnieder/rsscomments.aspx?PostID=5836853</wfw:commentRss><comments>http://weblogs.asp.net/aaronschnieder/archive/2008/02/21/headed-to-my-first-pluralsight-training-class-wcf-amp-wwf.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;&lt;A href="http://www.pluralsight.com/courses/DoubleFeatureWCFWF.aspx" target=_blank&gt;&lt;IMG title=Pluralsight style="WIDTH: 218px; HEIGHT: 68px" height=68 alt=Pluralsight src="http://www.pluralsight.com/images/logo.gif" width=218 mce_src="http://www.pluralsight.com/images/logo.gif"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Me and a guy I work with are headed to a training class at the Pluralsight location in Boston next week; Double Feature: WCF &amp;amp; Windows WorkFlow.&lt;BR&gt;&lt;A href="http://www.pluralsight.com/courses/DoubleFeatureWCFWF.aspx"&gt;http://www.pluralsight.com/courses/DoubleFeatureWCFWF.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;I have been sick all week, so I am hoping my head is clear enough for the flight on Saturday that&amp;nbsp;it doesn't explode. I really like the free t-shirts I have gotten from Pluralsight at some conferences in the past, I hope the class lives up to the t-shirts. &lt;/P&gt;
&lt;P mce_keep="true"&gt;Actually, all joking aside, I am really excited about the class. It looks very intense and Pluralsight seems to have some of the industry leading trainers. Anyone else out there have experience with Pluralsight training?&lt;/P&gt;
&lt;P mce_keep="true"&gt;I will post a review of the class and our experience when I get back.&lt;/P&gt;
&lt;P mce_keep="true"&gt;-Aaron&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5836853" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aaronschnieder/archive/tags/WCF/default.aspx">WCF</category><category domain="http://weblogs.asp.net/aaronschnieder/archive/tags/WWF/default.aspx">WWF</category></item></channel></rss>