<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Trusted Subsystem, WCF and IIS</title>
	<atom:link href="http://lostechies.com/jimmybogard/2008/07/31/trusted-subsystem-wcf-and-iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2008/07/31/trusted-subsystem-wcf-and-iis/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Sun, 19 May 2013 03:22:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Jimmy Bogard</title>
		<link>http://lostechies.com/jimmybogard/2008/07/31/trusted-subsystem-wcf-and-iis/#comment-726</link>
		<dc:creator>Jimmy Bogard</dc:creator>
		<pubDate>Thu, 31 Jul 2008 23:33:10 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/07/30/trusted-subsystem-wcf-and-iis.aspx#comment-726</guid>
		<description>@Everyone

Got the problem fixed, thanks to some twitter help and the comments here.  I&#039;m doing a follow up to explain the solution.</description>
		<content:encoded><![CDATA[<p>@Everyone</p>
<p>Got the problem fixed, thanks to some twitter help and the comments here.  I&#8217;m doing a follow up to explain the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdn</title>
		<link>http://lostechies.com/jimmybogard/2008/07/31/trusted-subsystem-wcf-and-iis/#comment-725</link>
		<dc:creator>jdn</dc:creator>
		<pubDate>Thu, 31 Jul 2008 14:48:57 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/07/30/trusted-subsystem-wcf-and-iis.aspx#comment-725</guid>
		<description>Wild stab, but is it the kerberos thing?

http://support.microsoft.com/kb/810572

That&#039;s always been the case when I get the user(null)/not associated with trusted connections error.</description>
		<content:encoded><![CDATA[<p>Wild stab, but is it the kerberos thing?</p>
<p><a href="http://support.microsoft.com/kb/810572" rel="nofollow">http://support.microsoft.com/kb/810572</a></p>
<p>That&#8217;s always been the case when I get the user(null)/not associated with trusted connections error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://lostechies.com/jimmybogard/2008/07/31/trusted-subsystem-wcf-and-iis/#comment-724</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 31 Jul 2008 14:28:49 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/07/30/trusted-subsystem-wcf-and-iis.aspx#comment-724</guid>
		<description>I hope I&#039;m not being insulting and giving you obvious paths but...

If I understand the post right, I think Tobias is on the right track. Assuming you want the &quot;who cares&quot; credential to be the person trying to use the service, I&#039;d look at using Constrained Delegation and trust the service account your running your AppPool under to delegate credentials to that service. With constrained delegation you must specify the services that the trusted account will be used to access. There are some things that can get in your way like local security policies, your domain functioning level, and version of IIS. I&#039;m also assuming you&#039;ve toggled the ASP.Net &#039;identity impersonate configuration setting.

Good Luck!</description>
		<content:encoded><![CDATA[<p>I hope I&#8217;m not being insulting and giving you obvious paths but&#8230;</p>
<p>If I understand the post right, I think Tobias is on the right track. Assuming you want the &#8220;who cares&#8221; credential to be the person trying to use the service, I&#8217;d look at using Constrained Delegation and trust the service account your running your AppPool under to delegate credentials to that service. With constrained delegation you must specify the services that the trusted account will be used to access. There are some things that can get in your way like local security policies, your domain functioning level, and version of IIS. I&#8217;m also assuming you&#8217;ve toggled the ASP.Net &#8216;identity impersonate configuration setting.</p>
<p>Good Luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy Bogard</title>
		<link>http://lostechies.com/jimmybogard/2008/07/31/trusted-subsystem-wcf-and-iis/#comment-723</link>
		<dc:creator>Jimmy Bogard</dc:creator>
		<pubDate>Thu, 31 Jul 2008 11:32:28 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/07/30/trusted-subsystem-wcf-and-iis.aspx#comment-723</guid>
		<description>@Tobias

Hmm, my fear now is that I&#039;ve been doing this in WinXP.  Maybe IIS6/7 is different, what with the AppPools and all.

I did set the IIS process identity in IIS5, and that didn&#039;t do the trick.</description>
		<content:encoded><![CDATA[<p>@Tobias</p>
<p>Hmm, my fear now is that I&#8217;ve been doing this in WinXP.  Maybe IIS6/7 is different, what with the AppPools and all.</p>
<p>I did set the IIS process identity in IIS5, and that didn&#8217;t do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias Hertkorn</title>
		<link>http://lostechies.com/jimmybogard/2008/07/31/trusted-subsystem-wcf-and-iis/#comment-722</link>
		<dc:creator>Tobias Hertkorn</dc:creator>
		<pubDate>Thu, 31 Jul 2008 06:16:29 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/07/30/trusted-subsystem-wcf-and-iis.aspx#comment-722</guid>
		<description>The trick is to host the wcf service in a dedicated apppool that runs under the user you want to use to authenticate against the sql database.

More info:
http://www.codeplex.com/WCFSecurity/Wiki/View.aspx?title=Intranet%20%u2013%20Web%20to%20Remote%20WCF%20Using%20Transport%20Security%20%28Trusted%20Subsystem%2c%20HTTP%29&amp;referringTitle=Application%20Scenarios</description>
		<content:encoded><![CDATA[<p>The trick is to host the wcf service in a dedicated apppool that runs under the user you want to use to authenticate against the sql database.</p>
<p>More info:<br />
<a href="http://www.codeplex.com/WCFSecurity/Wiki/View.aspx?title=Intranet%20%u2013%20Web%20to%20Remote%20WCF%20Using%20Transport%20Security%20%28Trusted%20Subsystem%2c%20HTTP%29&#038;referringTitle=Application%20Scenarios" rel="nofollow">http://www.codeplex.com/WCFSecurity/Wiki/View.aspx?title=Intranet%20%u2013%20Web%20to%20Remote%20WCF%20Using%20Transport%20Security%20%28Trusted%20Subsystem%2c%20HTTP%29&#038;referringTitle=Application%20Scenarios</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
