<?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 : Remoting with iis 7</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Remoting with iis 7</description>
  <pubDate>Wed, 10 Jun 2026 11:30:51 -700</pubDate>
  <lastBuildDate>Tue, 15 Sep 2009 13:22:59 -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=1471</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>Remoting with iis 7 : The problem you are encountering...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1471&amp;PID=5390#5390</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=3" rel="nofollow">JoshO</a><br /><strong>Subject:</strong> 1471<br /><strong>Posted:</strong> 15-Sep-2009 at 1:22pm<br /><br /><FONT size=2>The problem you are encountering does occur 100% of the time when using&nbsp;.NET Remoting with an application pool in "Integrated" mode. "Classic" mode is supposed to&nbsp;solve this by emulating an&nbsp;IIS 6 server&nbsp;but does not seem to have exactly the same behavior. I found a fix on MSDN which you need to add to your web.config:</FONT><DIV>&nbsp;</DIV><DIV><FONT size=2 face="Verdana, Arial, Helvetica, sans-serif">&nbsp;&nbsp; This problem occurs because of a Microsoft Internet Information Services (IIS) 7.0 security enhancement in Windows Vista. When a client computer activates a COM+ SOAP-enabled server, .NET Framework remoting generates a URL. However, the URL that .NET Framework remoting generates contains a double escape sequence. By default, IIS 7.0 rejects URLs that contain a double escape sequence. Therefore, IIS 7.0 denies the request with a 404.11 (not found) error message, and the server activation fails.<BR><BR><strong>Note</strong> URLs that contain a double escape sequence work in earlier versions of IIS.<BR><BR>In order to fix this, I had to add a &lt;security&gt; section under &lt;system.webServer&gt; :<BR><BR>&lt;system.webServer&gt;<BR>&lt;security&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;requestFiltering allowDoubleEscaping="True"/&gt;<BR>&nbsp;&lt;/security&gt;<BR>&lt;/system.webServer&gt;</FONT></DIV>]]>
   </description>
   <pubDate>Tue, 15 Sep 2009 13:22:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1471&amp;PID=5390#5390</guid>
  </item> 
  <item>
   <title>Remoting with iis 7 : I have a strange problem with...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1471&amp;PID=5375#5375</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=173" rel="nofollow">lars-erik</a><br /><strong>Subject:</strong> 1471<br /><strong>Posted:</strong> 14-Sep-2009 at 1:01pm<br /><br /><P>I have a strange problem with iis 7. I run my client from a computer no 1&nbsp;- everything works fine. Then I run it from computer no 2- then it doesn't get contact with BOS at all (404 error&nbsp;I think it was...). Then I rerun the client at computer no. 1 - then it doesn't work here either. Then I retry the same after some hours, but in the opposite sequence - then the same thing happens: the&nbsp;first client that connects succeds, but any other client breaks the whole thing.</P><DIV>I have checked the IIS application pool - it is still running&nbsp; - no errors at server, and nothing in the Debuglog.</DIV><DIV>I have also checked that machinename in web.config is correct.</DIV><DIV>I am running the application pool as a classic asp.net pool.</DIV><DIV>Everything works fine on all IIS 6 servers though..but not on IIS 7.</DIV><DIV>It seems to me like the singleton object is dying...</DIV>]]>
   </description>
   <pubDate>Mon, 14 Sep 2009 13:01:18 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1471&amp;PID=5375#5375</guid>
  </item> 
 </channel>
</rss>