<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.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>Search results matching tag 'IIS7 ARR'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=IIS7+ARR&amp;orTags=0</link><description>Search results matching tag 'IIS7 ARR'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>ARR Helper Utility</title><link>http://forums.iis.net/p/1162770/1925311.aspx#1925311</link><pubDate>Wed, 18 Nov 2009 21:54:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925311</guid><dc:creator>JAltrichter</dc:creator><cs:applicationKey>iis_70_-_application_request_routing_arr-41</cs:applicationKey><description>&lt;p&gt;&lt;br /&gt;We have been using Anil Ruia&amp;#39;s ARR Helper utility for a few months with no problems.&amp;nbsp; &lt;br /&gt;(&lt;a href="http://blogs.iis.net/anilr/archive/2009/03/03/client-ip-not-logged-on-content-server-when-using-arr.aspx"&gt;http://blogs.iis.net/anilr/archive/2009/03/03/client-ip-not-logged-on-content-server-when-using-arr.aspx&lt;/a&gt;)&amp;nbsp;&amp;nbsp; It solved some annoying issues with response content confusion between&amp;nbsp;HTTP&amp;nbsp;and HTTPS due to SSL offload at the ARR. &lt;/p&gt;
&lt;p&gt;My only complaint is that the address of the ARR that forwarded the message to the content node is lost.&lt;/p&gt;
&lt;p&gt;Do you have any recomended guidance for preserving the ARR IP address on the content node IIS logs, such as an X-Forwarded-From?&amp;nbsp; Alternately is their some easy way to determine the ARR server from the ARR_LOG_ID?&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Jim&lt;/p&gt;</description></item><item><title>Intercepting ARR client affinity cookie</title><link>http://forums.iis.net/p/1162754/1925245.aspx#1925245</link><pubDate>Wed, 18 Nov 2009 13:20:49 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925245</guid><dc:creator>Mark S. Rasmussen</dc:creator><cs:applicationKey>iis_70_-_application_request_routing_arr-41</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;We&amp;#39;ve got a Flash file upload feature in our application, using swfupload. There&amp;#39;s a bug in the Flash player that causes it to always send the IE cookies, no matter the current browser - &lt;a href="http://swfupload.org/forum/generaldiscussion/383"&gt;http://swfupload.org/forum/generaldiscussion/383&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;This has caused us issues in the past since our session / forms authentication cookies were suddenly gone / errant if the user used Chrome/Firefox. I&amp;#39;ve previously fixed this issue by sending the cookie contents in the QueryString and then setting the cookie values in Application_BeginRequest so they have their correct values before ASP.NET wires up the session and authentcation.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve run into a new variant of this bug, since we&amp;#39;re now load balancing our app across three content servers using ARR. The previous fix still works, but the issue also affects the ARR client affinity cookie. Basically the user will be assigned to SERVER1 while browing in Firefox, but when the upload is made the client affinity cookie from IE will be sent, or a new will be assigned if the user has no client affinity cookie in IE. As a result, the user will receive the upload formula from SERVER1 but SERVER1-3 may receive the post - and that server has no knowledge of the user session.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m thinking of sending the ARR cookie value in the querystring as well. Then I&amp;#39;d implement an HttpModule that read the querystring value and set the cookie value in Application_BeginRequest. By installing this HttpModule on the IIS ARR load balancer and ordering it about the RequestRouting module, my theory is I can manipulate the cookie before ARR reads it. I&amp;#39;ve done some testing without luck, but I&amp;#39;ve not exhaustively tested it yet.&lt;/p&gt;
&lt;p&gt;Any suggestions / comments on how to manipulate the ARR client affinity cookie before ARR reads it and redirects the request?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Mark S. Rasmussen&lt;/p&gt;</description></item><item><title>ARR help with SBS 2008</title><link>http://forums.iis.net/p/1161701/1920462.aspx#1920462</link><pubDate>Mon, 12 Oct 2009 22:23:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1920462</guid><dc:creator>runningdiplomat</dc:creator><cs:applicationKey>iis_70_-_application_request_routing_arr-41</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to use ARR to route all of my incomming requests to a different server, but still use https with my sbs applications. Basically my setup is a SBS 2008 server running exchange and RWW. I want to be able to access all of the SBS applications, but have all other URL request forwarded to another server. How do I do this? I wasn&amp;#39;t sure if I should mess around with SSL-offloading or whatnot. I am quite new to this, so if anyone could help thanks!!!&lt;/p&gt;</description></item><item><title>AAR routing / cookie / query string values</title><link>http://forums.iis.net/p/1161238/1918430.aspx#1918430</link><pubDate>Sat, 26 Sep 2009 11:17:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1918430</guid><dc:creator>niro</dc:creator><cs:applicationKey>iis_70_-_application_request_routing_arr-41</cs:applicationKey><description>&lt;p&gt;Hi there, i have just &amp;quot;discovered&amp;quot; the AAR module and have some questions that im doubtful about.&lt;/p&gt;
&lt;p&gt;I would like to&amp;nbsp;migrate our current IIS 6 farm with NLB to the new IIS7 environment&amp;nbsp;and are wondering if it is possible to achive the&amp;nbsp;following. To note is that our servers are mainly servinig mobile phone content / WAP pages&amp;nbsp;were we cannot trust that thet&amp;nbsp;devices have cookie support or have it enabled. &lt;/p&gt;
&lt;p&gt;1. I want to have Load balancing with server affinity. &lt;br /&gt;I would like to have my server affinity set by either a cookie value or if not found, that the value for which server should handle the request can be found in the URL or / querystring. Is this possible, to write somekind of custom logic to find the server that should serve the request, e.g. &lt;/p&gt;
&lt;p&gt;if(servername is found in cookie)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; send request to server in cookie value&lt;br /&gt;else if(servername is in part of the URL)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; send request to server in part of the URL&lt;br /&gt;else if(servername is found in the querystring)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; send request to server in the querystring&lt;br /&gt;else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; send to server with least&amp;nbsp;load at the moment.&lt;/p&gt;
&lt;p&gt;2. I want to have Fail over if&amp;nbsp;one of my server / application goes down.&lt;br /&gt;If&amp;nbsp;&amp;nbsp;one of my &lt;u&gt;servers in the cluster is down&lt;/u&gt;, or if the a &lt;u&gt;web application is down&lt;/u&gt; that the server would fail over to a secondary server. Thus, it is not enough that IIS are testing if the &lt;u&gt;server&lt;/u&gt; is up and running, i also need to have some kind of test that the &lt;u&gt;web applicati&lt;/u&gt;on is up and running, e.g. a ping to a well known page and test for HTTP status 200.&lt;/p&gt;
&lt;p&gt;Best Regards&lt;br /&gt;Niclas Rothman&lt;/p&gt;</description></item><item><title>Content server doesn't receive all requests</title><link>http://forums.iis.net/p/1161130/1917945.aspx#1917945</link><pubDate>Wed, 23 Sep 2009 14:28:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917945</guid><dc:creator>Mark S. Rasmussen</dc:creator><cs:applicationKey>iis_70_-_application_request_routing_arr-41</cs:applicationKey><description>&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;Hi,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;I&amp;#39;ve added a third content server to our current ARR cluster consisting of a dedicated ARR machine as well as two dedicated content servers behind it.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;When I enable the new server, rather quickly the number of current requests grows up to the point where it doesn&amp;#39;t receive any traffic anymore due to using lowest-current-requests load balancing.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;&amp;nbsp;If I run &amp;quot;appcmd list request&amp;quot; on the ARR machine, there&amp;#39;s a number of hints of the outstanding requests. A lot of the requests are basically for static files (we have some code running on them as well, but it&amp;#39;s very basic and usually runs in no time), but some are for normal app files as well. Usually we have an avg. response time of about 30ms, so the time values are certainly not usual.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;REQUEST &amp;quot;190000408000f700&amp;quot; (url:GET /Modules/FlipMag.swf, time:1019061 msec, client:85.200.96.170, stage:ExecuteRequestHandler, module:ApplicationRequestRouting)
REQUEST &amp;quot;a00000c08000c6cb&amp;quot; (url:GET /Modules/FlipMag.swf, time:1016924 msec, client:80.63.228.160, stage:ExecuteRequestHandler, module:ApplicationRequestRouting)
REQUEST &amp;quot;8800004180003a2c&amp;quot; (url:GET /Modules/ClassicShopInterface.swf, time:1015270 msec, client:93.161.100.127, stage:ExecuteRequestHandler, module:ApplicationRequestRouting)
REQUEST &amp;quot;580000c080010d78&amp;quot; (url:GET /Modules/FlipMag.swf, time:983602 msec, client:93.178.137.134, stage:ExecuteRequestHandler, module:ApplicationRequestRouting)&lt;/pre&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;I&amp;#39;ve enabled FREB on the ARR machine and sure enough I get a number of 502.3 errors. I&amp;#39;ve looked at one in particular:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;&amp;lt;failedRequest url=&amp;quot;&lt;a href="http://xxx.yyy/ViewFile.ashx?FileID=10599"&gt;http://xxx.yyy:80/ViewFile.ashx?FileID=10599&lt;/a&gt;&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; siteId=&amp;quot;1&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; appPoolId=&amp;quot;DefaultAppPool&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; processId=&amp;quot;1680&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; verb=&amp;quot;GET&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; remoteUserName=&amp;quot;&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; userName=&amp;quot;&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tokenUserName=&amp;quot;NT AUTHORITY\IUSR&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; authenticationType=&amp;quot;anonymous&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; activityId=&amp;quot;{00000000-0000-0000-8DDA-008080010097}&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; failureReason=&amp;quot;STATUS_CODE&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; statusCode=&amp;quot;502.3&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; triggerStatusCode=&amp;quot;502.3&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; timeTaken=&amp;quot;32870&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:freb=&amp;quot;&lt;a href="http://schemas.microsoft.com/win/2006/06/iis/freb"&gt;http://schemas.microsoft.com/win/2006/06/iis/freb&lt;/a&gt;&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;Further into the log I can validate that the request is being routed to the newly added machine called CAESARS:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;&amp;nbsp;&amp;lt;EventData&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Data Name=&amp;quot;ContextId&amp;quot;&amp;gt;{00000000-0000-0000-8DDA-008080010097}&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Data Name=&amp;quot;RoutingReason&amp;quot;&amp;gt;2&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Data Name=&amp;quot;Server&amp;quot;&amp;gt;CAESARS&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Data Name=&amp;quot;State&amp;quot;&amp;gt;0&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Data Name=&amp;quot;TotalRequests&amp;quot;&amp;gt;7889&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Data Name=&amp;quot;CurrentRequests&amp;quot;&amp;gt;17&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Data Name=&amp;quot;BytesSent&amp;quot;&amp;gt;5901518&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Data Name=&amp;quot;BytesReceived&amp;quot;&amp;gt;298776461&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Data Name=&amp;quot;ResponseTime&amp;quot;&amp;gt;135&amp;lt;/Data&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/EventData&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;However, if I review the current requests on CAESARS, there are no outstanding ones, and all is perfect in the logs. Also, CAESARS does not have any data on the above request in it&amp;#39;s server wide IIS log.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;It would seem that the ARR machine is routing the request to the content server but the content server doesn&amp;#39;t receive it for some reason. Currently I&amp;#39;ve got 86 failed requests out of 15k served (it&amp;#39;s running at a weight of 5% to avoid too much disturbance), so it&amp;#39;s far from all requets that fail, but certainly too many - especially as they interfere with the load balancing algorithm.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;I&amp;#39;m eager to hear any suggestions on what I can do to debug the issue. I&amp;#39;ve got FREB files available as well as IIS logs for the content servers. With a FREB file, I don&amp;#39;t suppose an IIS log of the ARR machine makes sense.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;EDIT: CAESARS is running Server 2008 R2 Web x64 while the others are Server 2008 Web x64&amp;#39;s, but besides IIS7 vs 7.5 I don&amp;#39;t think it should matter.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:medium &amp;#39;Times New Roman&amp;#39;;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="FONT-FAMILY:Tahoma, Arial, Helvetica;WHITE-SPACE:pre-wrap;FONT-SIZE:12px;" class="Apple-style-span"&gt;Thanks!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Uploads fail / timeout</title><link>http://forums.iis.net/p/1160912/1916977.aspx#1916977</link><pubDate>Tue, 15 Sep 2009 08:56:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1916977</guid><dc:creator>Mark S. Rasmussen</dc:creator><cs:applicationKey>iis_70_-_application_request_routing_arr-41</cs:applicationKey><description>&lt;p&gt;We allow our users to upload files to our system through a Flash uploading application. If I request the sites on the servers directly, everything works as it should. If I request the site through the ARR load balancer the uploads timeout after about 2 minutes. Downloads work as expected. This is my configuration:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;webFarms&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;webFarm name=&amp;quot;iPaper&amp;quot; enabled=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;server address=&amp;quot;MGM&amp;quot; enabled=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;server address=&amp;quot;MANDALAY&amp;quot; enabled=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;applicationRequestRouting&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;protocol timeout=&amp;quot;01:00:00&amp;quot; includePortInXForwardedFor=&amp;quot;false&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cache enabled=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/protocol&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;affinity useCookie=&amp;quot;true&amp;quot; cookieName=&amp;quot;IPARRAffinity&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/applicationRequestRouting&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/webFarm&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;applicationRequestRouting&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;hostAffinityProviderList&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;Microsoft.Web.Arr.HostNameRoundRobin&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;Microsoft.Web.Arr.HostNameMemory&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/hostAffinityProviderList&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/applicationRequestRouting&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/webFarms&amp;gt;&lt;/p&gt;
&lt;p&gt;No rewriting is being done and caching is disabled. I imagine the &amp;lt;protocol timeout&amp;gt;&amp;nbsp;attribute defines the timeout for downloads. Is there anywhere I can set the timeout setting for incoming requests? &lt;br /&gt;&lt;br /&gt;Thanks!&lt;br /&gt;Mark S. Rasmussen&lt;/p&gt;</description></item><item><title>IIS Components for ARR Server Farm Routing</title><link>http://forums.iis.net/p/1160630/1915773.aspx#1915773</link><pubDate>Thu, 03 Sep 2009 17:22:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1915773</guid><dc:creator>BSheaffer</dc:creator><cs:applicationKey>iis_70_-_application_request_routing_arr-41</cs:applicationKey><description>&lt;p&gt;I&amp;#39;m trying to test ARR to route to our test CRM4 server (as a potential base for a CRM4 server farm). The config is very simple: a single server with a fresh install of Windows 2008 R1 with SP2 running IIS and ARR; and an older server running Windows 2003 R2 running IIS and CRM4. (The CRM4 server has been tested and works fine).&lt;/p&gt;
&lt;p&gt;I just can&amp;#39;t get&amp;nbsp;ARR to route ANYTHING to the server farm. I&amp;#39;ve followed the installation instructions&amp;nbsp;(&lt;a href="http://learn.iis.net/page.aspx/482/install-application-request-routing/"&gt;http://learn.iis.net/page.aspx/482/install-application-request-routing/&lt;/a&gt;) and the server farm walkthru (&lt;a href="http://learn.iis.net/page.aspx/485/define-and-configure-an-application-request-routing-server-farm/"&gt;http://learn.iis.net/page.aspx/485/define-and-configure-an-application-request-routing-server-farm/&lt;/a&gt;), but ARR won&amp;#39;t route to the farm (a netmon cap shows ARR doesn&amp;#39;t even try to talk to the server in the farm). I&amp;#39;ve tried several things: just using the default rule that is automatically created; modifying the rule to pick pieces of the URL (rather than {R:0}); creating rules that hard set the url to &lt;a href="http://%7bfarm%7d/test.txt"&gt;http://{farm}/test.txt&lt;/a&gt;; even destroying everything and recreating.... Nothing works for farm routing.&lt;/p&gt;
&lt;p&gt;However, redirection works fine: when I switch away from server farm routing to redirection, any rule I set up sends me the the destination server.&lt;/p&gt;
&lt;p&gt;I couldn&amp;#39;t find a list of required IIS components (I know the management service is required - ARR didn&amp;#39;t install correctly without it; it didn&amp;#39;t error - it just didn&amp;#39;t show up in IIS). I don&amp;#39;t know if there&amp;#39;s something missing that server farm routing needs (and redirection doesn&amp;#39;t). I&amp;#39;ve just rebuilt the ARR server so I can try fresh (I tried the v2 beta, and lost the gui to get to the rewrite rules).&lt;/p&gt;
&lt;p&gt;Any help would be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks, -B&lt;/p&gt;</description></item><item><title>REMOTE_ADDR IP restriction and DFS</title><link>http://forums.iis.net/p/1159255/1910350.aspx#1910350</link><pubDate>Wed, 15 Jul 2009 09:06:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910350</guid><dc:creator>nelson_cerqueira</dc:creator><cs:applicationKey>iis_70_-_application_request_routing_arr-41</cs:applicationKey><description>&lt;span style="FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;FONT-SIZE:10pt;"&gt;We install Microsoft Application Request Routing on a server and we are using it as a reverse proxy server.&lt;br /&gt;&lt;br /&gt;All the url rewrite rules work, if we update the rule set with new rules everything still works but if we introduce or modify any rule that contains any IP condition and use REMOTE_ADDR as a variable the web server breaks and stop serving.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;FONT-SIZE:10pt;"&gt;ie: &lt;span style="COLOR:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="COLOR:#a31515;"&gt;add&lt;/span&gt;&lt;span style="COLOR:blue;"&gt; &lt;/span&gt;&lt;span style="COLOR:red;"&gt;input&lt;/span&gt;&lt;span style="COLOR:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="COLOR:blue;"&gt;{REMOTE_ADDR}&lt;/span&gt;&amp;quot;&lt;span style="COLOR:blue;"&gt; &lt;/span&gt;&lt;span style="COLOR:red;"&gt;pattern&lt;/span&gt;&lt;span style="COLOR:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="COLOR:blue;"&gt;^(10.0.0.1|127.0.0.1)&lt;/span&gt;&amp;quot;&lt;span style="COLOR:blue;"&gt; /&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;FONT-SIZE:10pt;"&gt;We can only resume serving when we restart the web server.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;FONT-SIZE:10pt;"&gt;This is very problematic as we use this reverse proxy as a production server and we cant be starting it whenever we want.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;FONT-SIZE:10pt;"&gt;Can someone have any ideas for solving this?&amp;nbsp;Many thanks.&lt;/span&gt;</description></item><item><title>Re: II7/ARR App Pool Idle Thread Timeout</title><link>http://forums.iis.net/p/1158399/1907877.aspx#1907877</link><pubDate>Mon, 22 Jun 2009 14:55:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907877</guid><dc:creator>JAltrichter</dc:creator><cs:applicationKey>iis_70_-_application_request_routing_arr-41</cs:applicationKey><description>&lt;p&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;Thanks again for the follow-up.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;Perhaps my case is a little different, because we are deploying our first IIS7 as an ARR so the learning curve has been two-fold.&amp;nbsp; However, the part the I have found frustrating is not so much the how, but the why.&amp;nbsp; There is a lot of &amp;#39;click here&amp;#39; but not so much&amp;nbsp;information about what’s happening when you do that.&lt;/span&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;Also when searching for ARR some our the pre-release V1 docs blog posts pop up, which is a little confusing until you sort it out.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;For instance, your blog post from July 11&lt;sup&gt;th &lt;/sup&gt;2008 keeps coming up as one of the top resource for ‘ARR SSL’ configuration.&lt;/span&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;Lastly, the topic for which I would have most wanted to see a &amp;#39;click here&amp;#39; document,&amp;nbsp;was only covered in a forum&amp;nbsp;discussion:&amp;nbsp; terminating multiple SSL&amp;#39;s across single and multiple server farms. &lt;/span&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;All in all, we have been able to keep this project moving and make a lot of headway in a short time-frame, but there have been a few wrong turns along the way.&lt;/span&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;Jim&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: II7/ARR App Pool Idle Thread Timeout</title><link>http://forums.iis.net/p/1158399/1907876.aspx#1907876</link><pubDate>Mon, 22 Jun 2009 14:54:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907876</guid><dc:creator>JAltrichter</dc:creator><cs:applicationKey>iis_70_-_application_request_routing_arr-41</cs:applicationKey><description>&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;Thanks again for the follow-up.&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;Perhaps my case is a little different, because we are deploying our first IIS7 as an ARR so the learning curve has been two-fold.&amp;nbsp; However, the part the I have found frustrating is not so much the how, but the why.&amp;nbsp; There is a lot of &amp;#39;click here&amp;#39; but not so much&amp;nbsp;information about what’s happening when you do that.&lt;/span&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;Also when searching for ARR some our the pre-release V1 docs blog posts pop up, which is a little confusing until you sort it out.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;For instance, your blog post from July 11&lt;sup&gt;th &lt;/sup&gt;2008 keeps coming up as one of the top resource for ‘ARR SSL’ configuration.&lt;/span&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;Lastly, the topic for which I would have most wanted to see a &amp;#39;click here&amp;#39; document,&amp;nbsp;was only covered in a forum&amp;nbsp;discussion:&amp;nbsp; terminating multiple SSL&amp;#39;s across single and multiple server farms. &lt;/span&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;All in all, we have been able to keep this project moving and make a lot of headway in a short time-frame, but there have been a few wrong turns along the way.&lt;/span&gt;&lt;span style="FONT-FAMILY:Arial;FONT-SIZE:10pt;"&gt;Jim&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>