<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : WCF Security Options</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : WCF Security Options</description>
  <pubDate>Thu, 11 Jun 2026 07:48:26 -700</pubDate>
  <lastBuildDate>Fri, 11 Apr 2008 13:58:45 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=768</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>WCF Security Options : It sounds like the service is...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=768&amp;PID=2817#2817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 768<br /><strong>Posted:</strong> 11-Apr-2008 at 1:58pm<br /><br /><P>It sounds like the service is not finding/using the config file.&nbsp; If you're running the ServerConsole.exe, the config file needs to be named ServerConsole.exe.config, and be in the same directory as the .exe.&nbsp; </P><DIV></DIV><DIV></DIV>If this isn't the problem, can you send me the client and server side DebugLogs, *.config and ibconfig files?&nbsp; I think you've got my email address, and it's OK to send the files to me directly.<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Kim Johnson</DIV>]]>
   </description>
   <pubDate>Fri, 11 Apr 2008 13:58:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=768&amp;PID=2817#2817</guid>
  </item> 
  <item>
   <title>WCF Security Options : Hi,  I have removed the custom...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=768&amp;PID=2816#2816</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=297" rel="nofollow">richmccloud</a><br /><strong>Subject:</strong> 768<br /><strong>Posted:</strong> 11-Apr-2008 at 12:44pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I have removed the custom binding and configured the client/service to both use a net.tcp binding.&nbsp; When the client attempts to communicate with the service, the following exception shows in the trace:</DIV><DIV>&nbsp;</DIV><DIV>&lt;ExceptionType&gt;System.ServiceModel.ProtocolException, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&lt;/ExceptionType&gt;<BR>&lt;Message&gt;Content Type application/soap+msbinsession1 was sent to a service expecting application/x-gzip.&nbsp; The client and service bindings may be mismatched.&lt;/Message&gt;<BR></DIV><DIV>I have removed all referenced in both server and client configuration files to the gzip compressing binding and extension yet the service appears to still be expecting it.</DIV><DIV>&nbsp;</DIV><DIV>Any idea?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Fri, 11 Apr 2008 12:44:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=768&amp;PID=2816#2816</guid>
  </item> 
  <item>
   <title>WCF Security Options : To add security, or to change...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=768&amp;PID=2811#2811</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 768<br /><strong>Posted:</strong> 11-Apr-2008 at 8:33am<br /><br /><DIV>To add security, or to change any other elements of the custom binding (or to switch to a standard binding) currently requires that you supply a config file with a system.ServiceModel section on both the client and server sides.</DIV><DIV>&nbsp;</DIV><DIV>The custom binding providing compression of binary encoded data is the default binding, but is not really a requirement.&nbsp; It's harder to work with the binding elements in a custom binding, but if you use the WCF Service Configuration Editor (from Microsoft) it should help&nbsp;indicate what's available and how to configure it.&nbsp; One warning with using this editor - it will first prompt you for the location of the IdeaBlade.Util.Wcf assembly, which you need to give it and then OK further prompts, in order to edit the custom binding in the editor.</DIV><DIV>&nbsp;</DIV><DIV>Here's a link to an&nbsp;MSDN article on bindings by Aaron Skonnard which I've found helpful:&nbsp; <a href="http://msdn2.microsoft.com/en-us/magazine/cc163394.aspx" target="_blank">http://msdn2.microsoft.com/en-us/magazine/cc163394.aspx</A></DIV><DIV>&nbsp;</DIV><DIV>If you want to use a standard binding, which is much easier to configure and better documented, you should be able to do so without any problems.&nbsp; We do believe, given the amount of data that can be transmitted, that using both compression and binary encoding provides better performance.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 11 Apr 2008 08:33:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=768&amp;PID=2811#2811</guid>
  </item> 
  <item>
   <title>WCF Security Options : Needless to say this is my first...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=768&amp;PID=2810#2810</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=297" rel="nofollow">richmccloud</a><br /><strong>Subject:</strong> 768<br /><strong>Posted:</strong> 11-Apr-2008 at 8:31am<br /><br /><P>Needless to say this is my first foray into custom binding elements <img src="http://www.ideablade.com/forum/smileys/smiley9.gif" height="17" width="17" border="0" align="absmiddle" alt="Embarrassed" />&nbsp;and I think I found what I'm looking for on MSDN (<a href="http://msdn2.microsoft.com/en-us/library/aa751836%28VS.85%29.aspx" target="_blank">http://msdn2.microsoft.com/en-us/library/aa751836(VS.85).aspx</A>).&nbsp;&nbsp; However, if anyone has any tips/tricks relative to what we're trying to do I'd certainly appreciate them.</P><DIV>Thanks!</DIV>]]>
   </description>
   <pubDate>Fri, 11 Apr 2008 08:31:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=768&amp;PID=2810#2810</guid>
  </item> 
  <item>
   <title>WCF Security Options : Hi,  We are deploying a console/service...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=768&amp;PID=2809#2809</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=297" rel="nofollow">richmccloud</a><br /><strong>Subject:</strong> 768<br /><strong>Posted:</strong> 11-Apr-2008 at 8:01am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>We are deploying a console/service based N-tier application with the BOS.&nbsp; We have requirements to use WCF and I am familiar with implementing WCF message and transport security (via configuration files).&nbsp; Due to the requirement of IdeaBlade to use the compressed binary binding, I am not seeing how it is possible to implement these WCF security standards.&nbsp; I have also been unable to find any documentation (other than the notes in the sample client/server config files) to explain the various binding element extensions that are available within the compressedbinarybinding, security being one of them.</DIV><DIV>&nbsp;</DIV><DIV>Any help would be appreciated.</DIV><DIV><BR>Thanks</DIV><DIV><BR>Rich</DIV>]]>
   </description>
   <pubDate>Fri, 11 Apr 2008 08:01:52 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=768&amp;PID=2809#2809</guid>
  </item> 
 </channel>
</rss>