<?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:georss="http://www.georss.org/georss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Scott Klueppel's Blog - IIS</title>
    <link>http://offroadcoder.com/</link>
    <description>making the hard line look easy</description>
    <language>en-us</language>
    <copyright>Scott Klueppel</copyright>
    <lastBuildDate>Fri, 26 Feb 2010 03:07:07 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.1.8102.813</generator>
    <managingEditor>me@offroadcoder.com</managingEditor>
    <webMaster>me@offroadcoder.com</webMaster>
    <item>
      <trackback:ping>http://offroadcoder.com/Trackback.aspx?guid=7d9ad86d-fd3e-4b20-ab02-89679f85d097</trackback:ping>
      <pingback:server>http://offroadcoder.com/pingback.aspx</pingback:server>
      <pingback:target>http://offroadcoder.com/PermaLink,guid,7d9ad86d-fd3e-4b20-ab02-89679f85d097.aspx</pingback:target>
      <dc:creator>Scott Klueppel</dc:creator>
      <georss:point>30.109017 -81.497099</georss:point>
      <wfw:comment>http://offroadcoder.com/CommentView,guid,7d9ad86d-fd3e-4b20-ab02-89679f85d097.aspx</wfw:comment>
      <wfw:commentRss>http://offroadcoder.com/SyndicationService.asmx/GetEntryCommentsRss?guid=7d9ad86d-fd3e-4b20-ab02-89679f85d097</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you have a WCF service exposing endpoints with the NetMsmqBinding, you may come
across my old pal, error code 0xc00e002f when you have web application clients. If
you’ve already had your required interactive login on the web server with your AppPool’s
service account and have already registered your AppPool service account’s user certificate
for message queuing, then you should be ok.
</p>
        <p>
If you are using IIS 7 or 7.5, there is one more piece to the puzzle. Go into <em>Advanced
Settings</em> on your Application Pool, and find “Load User Profile” under the <em>Process
Model</em> section. “Load User Profile” on these latest versions of IIS needs to be <strong>true</strong> to
get your service account’s user certificate passed to MSMQ. I fought this for a while
before finally finding it. And now… :)
</p>
        <img width="0" height="0" src="http://offroadcoder.com/aggbug.ashx?id=7d9ad86d-fd3e-4b20-ab02-89679f85d097" />
      </body>
      <title>Web application clients of NetMsmqBinding WCF services (Error 0xc00e002f)</title>
      <guid isPermaLink="false">http://offroadcoder.com/PermaLink,guid,7d9ad86d-fd3e-4b20-ab02-89679f85d097.aspx</guid>
      <link>http://offroadcoder.com/2010/02/26/WebApplicationClientsOfNetMsmqBindingWCFServicesError0xc00e002f.aspx</link>
      <pubDate>Fri, 26 Feb 2010 03:07:07 GMT</pubDate>
      <description>&lt;p&gt;
If you have a WCF service exposing endpoints with the NetMsmqBinding, you may come
across my old pal, error code 0xc00e002f when you have web application clients. If
you’ve already had your required interactive login on the web server with your AppPool’s
service account and have already registered your AppPool service account’s user certificate
for message queuing, then you should be ok.
&lt;/p&gt;
&lt;p&gt;
If you are using IIS 7 or 7.5, there is one more piece to the puzzle. Go into &lt;em&gt;Advanced
Settings&lt;/em&gt; on your Application Pool, and find “Load User Profile” under the &lt;em&gt;Process
Model&lt;/em&gt; section. “Load User Profile” on these latest versions of IIS needs to be &lt;strong&gt;true&lt;/strong&gt; to
get your service account’s user certificate passed to MSMQ. I fought this for a while
before finally finding it. And now… :)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://offroadcoder.com/aggbug.ashx?id=7d9ad86d-fd3e-4b20-ab02-89679f85d097" /&gt;</description>
      <comments>http://offroadcoder.com/CommentView,guid,7d9ad86d-fd3e-4b20-ab02-89679f85d097.aspx</comments>
      <category>IIS</category>
      <category>WCF</category>
    </item>
  </channel>
</rss>