<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.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/" xmlns:cs="http://blogs.iis.net/"><channel><title>DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx</link><description>http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1887 Requirements: Needs to be setup as a virtual directory in IIS. Requires .NET framework 2.0 or higher configured on the virtual directory. Notable Features: Supports IIS 7.0 (useKernelMode</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3530520</link><pubDate>Tue, 24 Nov 2009 17:38:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3530520</guid><dc:creator>brian-murphy-booth</dc:creator><description>&lt;p&gt;JeffS,&lt;/p&gt;
&lt;p&gt;I actually copied some functionality from NBTSTAT to determine computer names. You provided only alias.company.com as the hostName so DelegConfig essentially does NBTSTAT against that to get the computer name, but failed. So we are left with not knowing the computer name. If alias.company.com is actually a load balancer that could be why. If you are using load balancing, however, you can't use NetworkService as the app pool user. If this is what you think might be happening, then create a &amp;quot;service account&amp;quot;, add it to IIS_WPG, and use that instead.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3530520" width="1" height="1"&gt;</description></item><item><title>re: DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3530419</link><pubDate>Tue, 24 Nov 2009 16:40:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3530419</guid><dc:creator>Jeff S.</dc:creator><description>&lt;p&gt;Brian, thank you for this tool! &amp;nbsp;I am having an issue, though. &amp;nbsp; I have a Back-End HTTP server that I&amp;#39;m trying to setup. &amp;nbsp;This server uses the NETWORK SERVICE account as the app pool account, but also uses a DNS alias (not the NETBIOS name). &amp;nbsp;I&amp;#39;m getting the message:&lt;/p&gt;
&lt;p&gt;&amp;quot;The domain or workstation membership of NETWORK SERVICE (&lt;a rel="nofollow" target="_new" href="http://alias.company.com"&gt;http://alias.company.com&lt;/a&gt;$) could not be determined.&amp;quot;&lt;/p&gt;
&lt;p&gt;I was expecting it to look for NETWORK SERVICE (NETBIOSName$)???&lt;/p&gt;
&lt;p&gt;Am I missing something? &amp;nbsp;Thanks!&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3530419" width="1" height="1"&gt;</description></item><item><title>re: DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3519408</link><pubDate>Wed, 18 Nov 2009 10:00:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3519408</guid><dc:creator>Fredrik.E</dc:creator><description>&lt;p&gt;Hi. Again.&lt;/p&gt;
&lt;p&gt;Instead of MSSQLSvc service they &amp;nbsp;customize it 2 MSSQL$PROD02&lt;/p&gt;
&lt;p&gt;And your tool recognize that This server can &amp;quot;account can delegate to the following services: &amp;quot; under Trusted For Delegation? &amp;nbsp;and under More information , there it tells me MSSQL$PROD02/FQDN : portnumber. but i dont have the option 2 chose this for testing .&lt;/p&gt;
&lt;p&gt;//Regards Fredrik E&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3519408" width="1" height="1"&gt;</description></item><item><title>re: DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3518398</link><pubDate>Tue, 17 Nov 2009 20:35:34 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3518398</guid><dc:creator>Gijsbert</dc:creator><description>&lt;p&gt;Hi Brian,&lt;/p&gt;
&lt;p&gt;I get a &amp;quot;TokenImpersonationLevel: Impersonation&amp;quot; warning when running report locally. Presume that&amp;#39;s because it is running on the IIS server itself. Domain name used is in the local zone. I do need to pass credentials to a backend DC/Ldap server (what&amp;#39;s the account this service is using?).&lt;/p&gt;
&lt;p&gt;When running report from a remote client in the same domain I get the &amp;quot;Object reference not set to an instance of an object&amp;quot; message. See the stack trace below.&lt;/p&gt;
&lt;p&gt;When running from a remote client my application apparently is assigned the null account when accessing the Ldap server on another server/DC using impersonation, generating the &amp;quot;There is no such object on the server&amp;quot; when trying to open a valid Ldap path. When running my application locally at the IIS server, things run fine.&lt;/p&gt;
&lt;p&gt;Any hints?&lt;/p&gt;
&lt;p&gt;[NullReferenceException: Object reference not set to an instance of an object.]&lt;br /&gt;&amp;nbsp; BBooth.Status.DomainAccountStatus..ctor(Hop hop) in C:\Archive\Code-Custom\ASPX\Sites\DelegConfig.2.0\Core\Status\DomainAccountStatus.cs:21&lt;br /&gt;&amp;nbsp; BBooth.Report.OverallReport.GetDomainAccountStatus() in C:\Archive\Code-Custom\ASPX\Sites\DelegConfig.2.0\Web\Report\OverallReport.ascx.cs:36&lt;br /&gt;&amp;nbsp; BBooth.Report.OverallReport.SetStatus() in C:\Archive\Code-Custom\ASPX\Sites\DelegConfig.2.0\Web\Report\OverallReport.ascx.cs:29&lt;br /&gt;&amp;nbsp; BBooth.Report.OverallReport.Page_Load(Object sender, EventArgs e) in C:\Archive\Code-Custom\ASPX\Sites\DelegConfig.2.0\Web\Report\OverallReport.ascx.cs:21&lt;br /&gt;&amp;nbsp; System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +24&lt;br /&gt;&amp;nbsp; System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +41&lt;br /&gt;&amp;nbsp; System.Web.UI.Control.OnLoad(EventArgs e) +131&lt;br /&gt;&amp;nbsp; System.Web.UI.Control.LoadRecursive() +65&lt;br /&gt;&amp;nbsp; System.Web.UI.Control.LoadRecursive() +190&lt;br /&gt;&amp;nbsp; System.Web.UI.Control.LoadRecursive() +190&lt;br /&gt;&amp;nbsp; System.Web.UI.Control.LoadRecursive() +190&lt;br /&gt;&amp;nbsp; System.Web.UI.Control.LoadRecursive() +190&lt;br /&gt;&amp;nbsp; System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2427&lt;/p&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3518398" width="1" height="1"&gt;</description></item><item><title>re: DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3516073</link><pubDate>Mon, 16 Nov 2009 19:13:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3516073</guid><dc:creator>brian-murphy-booth</dc:creator><description>&lt;p&gt;Fredrik,&lt;/p&gt;
&lt;p&gt;I did not add a way to add a &amp;quot;custom&amp;quot; service type. I've considered that option, but have not taken the time to implement it. What exactly is the service type you're trying to use? If there is a SQL service type that I haven't included I would be happy to add it.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3516073" width="1" height="1"&gt;</description></item><item><title>re: DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3516061</link><pubDate>Mon, 16 Nov 2009 19:08:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3516061</guid><dc:creator>brian-murphy-booth</dc:creator><description>&lt;p&gt;Alistair,&lt;/p&gt;
&lt;p&gt;A few things there:&lt;/p&gt;
&lt;p&gt; &amp;nbsp;1. You shouldn't really be using an IP address for your &amp;quot;host name&amp;quot;. Use the virtual *name* instead. With Kerberos we have the &amp;quot;Service Principal Name&amp;quot; which usually should be a &amp;quot;name&amp;quot; versus an IP address. By using an IP address for the host name you're making SPNs a bit less intuitive. It is possible to get Kerberos working with an IP address instead but in some situations it will have less preditable behavior so I think it best to avoid it entirely.&lt;/p&gt;
&lt;p&gt; &amp;nbsp;2. When load balancing you cannot use &amp;quot;Network Service&amp;quot; as the service account due to the whole &amp;quot;duplicate SPN&amp;quot; concept. You should change your service account to a domain user.&lt;/p&gt;
&lt;p&gt; &amp;nbsp;3. Based on your question I did some more testing of DelegConfig against a load balanced site at my location. I agree the output isn't clear in that situation so I will rework that a bit so people will know right away to move towards a domain user and away from something like Network Service.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3516061" width="1" height="1"&gt;</description></item><item><title>re: DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3514823</link><pubDate>Mon, 16 Nov 2009 08:37:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3514823</guid><dc:creator>Fredrik.E</dc:creator><description>&lt;p&gt;I tried to add a sql server as back-end server.&lt;/p&gt;
&lt;p&gt;Problem is that i don&amp;#39;t know how to put in a custom service name.&lt;/p&gt;
&lt;p&gt;The customer is not using standard MSSQLSvc as service name.&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t add custom Service Name in your tool since its automaticly put MSSQLSvc in front.&lt;/p&gt;
&lt;p&gt;Is there a workaround ? &amp;nbsp;&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3514823" width="1" height="1"&gt;</description></item><item><title>re: DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3438038</link><pubDate>Fri, 02 Oct 2009 20:35:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3438038</guid><dc:creator>brian-murphy-booth</dc:creator><description>&lt;p&gt;&amp;quot;SQL Server Analysis Services&amp;quot; is referred to as &amp;quot;SSAS&amp;quot; which is also available in the drop-down. The OLAP choice is for the older version of OLAP.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3438038" width="1" height="1"&gt;</description></item><item><title>re: DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3365783</link><pubDate>Mon, 24 Aug 2009 21:15:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3365783</guid><dc:creator>brian-murphy-booth</dc:creator><description>&lt;p&gt;I do have supporting &amp;quot;custom&amp;quot; (i.e. not in my hardcoded list) service types on my ToDo list. I don't have any particular timeframe for when that will be added though. What is the service type that you need to use? What is the SPN expected to look like?&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3365783" width="1" height="1"&gt;</description></item><item><title>re: DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3365517</link><pubDate>Mon, 24 Aug 2009 18:31:41 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3365517</guid><dc:creator>brian-murphy-booth</dc:creator><description>&lt;p&gt;Hmm... That is probably because the TextBox that holds the original response is trying to postBack all the text to support ViewState. And in that postback there are some characters deemed &amp;quot;dangerous&amp;quot;. That should be an easy fix. I'll just disable ViewState on that TextBox since I don't think we need to persist that between requests. Thanks for letting me know!&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3365517" width="1" height="1"&gt;</description></item><item><title>re: DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3342147</link><pubDate>Tue, 11 Aug 2009 19:16:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3342147</guid><dc:creator>Kapn.K</dc:creator><description>&lt;p&gt;I&amp;#39;m using v2 beta. After setting up the backend unc file share, I receive system SYSTEM(server$) is not a domain account and needs to be joined to the domain. My HTTP service cleaned up when I added it but the &amp;quot;UNC&amp;quot; service has complete failures. Any help is greatly appreciated.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3342147" width="1" height="1"&gt;</description></item><item><title>re: DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3229057</link><pubDate>Fri, 12 Jun 2009 16:59:52 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3229057</guid><dc:creator>brian-murphy-booth</dc:creator><description>&lt;p&gt;Thanks. I had added a sessionState section to my web.config with InProc but based on your suggestion have also added the partitionResolverType attribute as well.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3229057" width="1" height="1"&gt;</description></item><item><title>re: DelegConfig v2 (beta)</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3229010</link><pubDate>Fri, 12 Jun 2009 16:39:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3229010</guid><dc:creator>cduden</dc:creator><description>&lt;p&gt;If you are using this to test delegation within MOSS 2007 you will need to add the following line &amp;nbsp;to your web.config:&lt;/p&gt;
&lt;p&gt;&amp;lt;sessionState mode=&amp;quot;InProc&amp;quot; partitionResolverType=&amp;quot;&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;Thanks for the tool Brian. &amp;nbsp;I used it for every MOSS deployment I do.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3229010" width="1" height="1"&gt;</description></item><item><title>http://blogs.technet.com/askds/archive/2009/04/30/deleconfig-v2-released.aspx</title><link>http://blogs.iis.net/brian-murphy-booth/archive/2009/04/22/delegconfig-v2-beta.aspx#3131806</link><pubDate>Thu, 30 Apr 2009 22:28:09 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3131806</guid><dc:creator>TrackBack</dc:creator><description>&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3131806" width="1" height="1"&gt;</description></item></channel></rss>