All Forumshttp://forums.iis.net/default.aspxAll ForumsWed, 19 Jun 2013 21:09:30 -0400urn:uuid:00000000-0000-0000-0000-000000000000urn:uuid:00000000-0000-0000-0000-000002053244http://forums.iis.net/p/1199992/2053244.aspx/1?Error+Code+0x80070002+Local+SharePoint+siteError Code 0x80070002 - Local SharePoint site <p>Hi,</p> <p>I am brand new to the forum and am looking for assistance. I have the following issue.</p> <p>I recently installed a local version of SharePoint to my computer, but for whatever reason I am no longer able to access it and my IIS won't enable. I was able to access my SharePont site last Thursday as well.</p> <p>I was following the directions from the microsoft link below:</p> <p><a href="http://msdn.microsoft.com/en-us/library/ee554869%28v=office.14%29.aspx">http://msdn.microsoft.com/en-us/library/ee554869%28v=office.14%29.aspx</a></p> <p>I received three separate errors: 1. When entering the script. 2. Trying to manually turn on IIS through the Windows features. 3. Accessing my SharePoint.</p> <p>The following appeared when I tried to enter the script:</p> <p>&quot;Operation Failed with 0x80070BC9</p> <p>The requested operation failed. A system reboot is required to roll back changes made.&quot;<br> Then once I got to 2.8 - &quot;Manuallys enable each of the required Windows Features&quot;, it no longer worked. I tried to manually turn on the Windows features, primarily the IIS, but it errors out stating that changes could not be saved.</p> <p>Each time I try to go to my SharePoint site the following error pops up:</p> <p>HTTP Error 404.0 - Not Found</p> <p>Detailed Error Information</p> <p>Error Code 0x80070002</p> <p>&nbsp;</p> <p>The other part, not sure how significant this is, is that I am on my companies network which requires a Single Sign On. Could it be that the Network (my SharePoint Site) is not recognizing my username which is why I cannot access it? I posted this in the SharePoint forum and they thought it sounded more like an IIS issue. One more thing is that I am operating on Windows 7 Enterprise.</p> <p>I tried Pasting some images in here, but the image URL does not appear to be working so I apologize for that.</p> <p>&nbsp;</p> <p>Any help would be greatly appreciated!!!</p> <p>Thanks,</p> <p>Greg</p> <p>&nbsp;</p> 2013-06-18T15:11:43-04:002013-06-18T15:11:43.57-04:00urn:uuid:00000000-0000-0000-0000-000002053363http://forums.iis.net/p/1200046/2053363.aspx/1?IIS6+and+IIS7+Rendering+IE10+to+IE8IIS6 and IIS7: Rendering IE10 to IE8 <p><span size="3" face="Consolas" style="font-family:Consolas; font-size:medium">Currently utilizing IIS6 server, we render all IE versions to IE8 (IE9 and below).&nbsp; We use the following http header code to do so (X-UA-Compatible: IE=IE8).&nbsp; Using webconfig is not much of an option as software company has gone out of business and source code is not yet up for grabs.&nbsp; However, perpetual license allows us to continue usage and make server based changes as required.</span></p> <p><span size="3" face="Consolas" style="font-family:Consolas; font-size:medium"></span><span size="3" face="Consolas" style="font-family:Consolas; font-size:medium">With the release of IE10, this code no longer seems valid as an IE10 instance produces a server error and will not allow log-on to the website.&nbsp;&nbsp;Currently in the process of upgrading to IIS7.5, but 3-4 months out an a server-based solution vs. customer based solution is required.&nbsp;</span></p> <p><span size="3" face="Consolas" style="font-family:Consolas; font-size:medium">Three questions: </span></p> <ol> <li><span size="3" face="Consolas" style="font-family:Consolas; font-size:medium">1.</span>&nbsp; <span size="3" face="Consolas" style="font-family:Consolas; font-size:medium">&nbsp;What code should one use within IIS6 to render IE10 and previous versions to IE8?</span> </li><li><span size="3" face="Consolas" style="font-family:Consolas; font-size:medium">2.</span>&nbsp; <span size="3" face="Consolas" style="font-family:Consolas; font-size:medium">&nbsp;What code should one use within IIS7 to render IE10 and previous versions to IE8?</span> </li><li><span size="3" face="Consolas" style="font-family:Consolas; font-size:medium">3.</span>&nbsp; <span size="3" face="Consolas" style="font-family:Consolas; font-size:medium">&nbsp;With regards to IIS6, using the present code, if IE10 is used and the website is added to Compatibility View, the website will render to IE8.&nbsp; It will not render without being added to Compatability View.&nbsp; Thoughts? </span></li></ol> 2013-06-19T16:55:46-04:002013-06-19T16:55:46.257-04:00urn:uuid:00000000-0000-0000-0000-000002053186http://forums.iis.net/p/1199943/2053186.aspx/1?ASP+NET+2+in+classic+mode+site+crashing+under+load+on+IIS8ASP .NET 2 in classic mode site crashing under load on IIS8 <p>Hi All,</p> <p>We are in the process of migrating a medium traffic (25M &#43; hits/month) site to IIS 8 on Server 2012 64 bit from our existing platform (Server 2003, IIS 6, 32 bit). The app is written in VB .Net using ASP .NET 2.0 and uses a custom 404 redirector to handle extensionless URLs (which doesn't work in integrated pipeline mode).</p> <p>Our servers are set up as follows:</p> <ul> <li>Two identical servers, with a hardware load balancer in front of them using sticky sessions </li><li>Dedicated app pool configured to .NET 2 and Classic pipeline mode </li><li>Worker process set to 32 bit (as recommended at<a href="http://www.iis.net/learn/web-hosting/web-server-for-shared-hosting/32-bit-mode-worker-processes">http://www.iis.net/learn/web-hosting/web-server-for-shared-hosting/32-bit-mode-worker-processes</a>) </li><li>Session state set to in-process </li></ul> <p>The setup works fine in testing and when first put live, but after around 2.5 hrs CPU usage goes to nearly 100% and eventually the servers become unresponsive. Recycling app pools fixes the problem temporarily, but it seems to set off a chain reaction and eventually both servers become unresponsive, IIS manager crashes if attempting to view running requests. When the site does become responsive again it runs very slowly, as is IIS is stil trying to catch up.</p> <p>I'm at a loss as to what else to try - has anyone else seen this before?</p> <p>We initially thought it could be the session state (as we had been using the state server) so changed to in-process. This helped a little, as memory usage on the state server was around 1.5 GB but in-process only swelled the worked process by about 100MB; changing the app pools to 32 bit also helped significantly (worker process memory usage fell from 1.4GB to 400MB).</p> <p>Any thoughts would be really welcome!!</p> <p>Thanks</p> <p>Sam</p> 2013-06-18T10:39:13-04:002013-06-18T10:39:13.177-04:00urn:uuid:00000000-0000-0000-0000-000002053361http://forums.iis.net/p/1200044/2053361.aspx/1?Possible+Memory+Leaks+W3WP+exe+RAM+5+Possible Memory Leaks? W3WP.exe (RAM < 5%) <p>Hi all,</p> <p>Each day, we have a problem with our IIS server's RAM usage. We found out that after each interval of 20h we got an alert from our monitoring server saying that we have less than 5% of RAM.</p> <p>I don't know which application pool is causing this and I don't want this server to crash so I recycle them all.</p> <p>This is not really a good option, we have to identify which app pool is causing this but we don't really know how we can do this. Does a tool exists with IIS to diagnose this? I read on many website about memory leaks of ASP application.</p> <p>Thanks for your help!</p> 2013-06-19T16:04:06-04:002013-06-19T16:04:06.687-04:00urn:uuid:00000000-0000-0000-0000-000002053346http://forums.iis.net/p/1200040/2053346.aspx/1?WebPICMD+exe+offline+bug+WebPICMD.exe /offline bug? <p>Hello,</p> <p>I use the following command to fetch the installers:</p> <p>C:\Program Files\Microsoft\Web Platform Installer&gt;WebPICMD.exe /Offline /Products:OfficeToolsForVS2012RTW /Path: <a href="file://\\networkShare\Cache">\\networkShare\Cache</a></p> <p>and the following command to install it :</p> <p>C:\Program Files\Microsoft\Web Platform Installer&gt;WebPiCmd.exe /Install /Products:OfficeToolsForVS2012RTW /XML:\\networkShare\Cache\feeds\latest\webproductlist.xml</p> <p>It used to work great until I recently executed the first command&nbsp;again&nbsp;: WebPICMD.exe /Offline /Products:OfficeToolsForVS2012RTW /Path: <a href="file://\\networkShare\Cache">\\networkShare\Cache</a></p> <p>which updated the webproductlist.xml</p> <p>and now when I use the WebPiCmd.exe /Install /Products:OfficeToolsForVS2012RTW /XML:\\networkShare\Cache</p> <p>I get the following error:</p> <p>Unexpected exception occurred<br> An installer element must contain either a child iisComponent element, an instal<br> lCommands element or an msDeploy element. Line 178, position 8.</p> <p>Note:</p> <p>-it works when I put the old webproductlist.xml file.</p> <p>-it is the same behaviour with every product</p> <p>&nbsp;</p> <p></p> 2013-06-19T11:54:02-04:002013-06-19T11:54:02.773-04:00urn:uuid:00000000-0000-0000-0000-000002053378http://forums.iis.net/p/1200052/2053378.aspx/1?URL+Rewrite+gives+500+50+error+for+401+URLsURL Rewrite gives 500.50 error for 401 URLs <p>I'm trying to trap 401 errors that are returned when people try to access files in certain directories on the server (win 2008 iis 7.5).</p> <p>With no web.config, the user sees a 401 as expected.</p> <p>I am trying to trap and redirect this error but not having any luck. Getting a 500.50 error instead.</p> <p>Here's my web.config, which works well in all other respects.</p> <p>What am I doing wrong?</p> <p>Thanks for any reply</p> <pre class="prettyprint">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; &lt;configuration&gt; &lt;system.webServer&gt; &lt;rewrite&gt; &lt;rules&gt; &lt;rule name=&quot;Imported Rule 1&quot; stopProcessing=&quot;true&quot;&gt; &lt;match url=&quot;^(.*)$&quot; ignoreCase=&quot;true&quot; /&gt; &lt;conditions&gt; &lt;add input=&quot;{REQUEST_FILENAME}&quot; matchType=&quot;IsFile&quot; ignoreCase=&quot;true&quot; negate=&quot;true&quot; /&gt; &lt;add input=&quot;{REQUEST_FILENAME}&quot; matchType=&quot;IsDirectory&quot; ignoreCase=&quot;true&quot; negate=&quot;true&quot; /&gt; &lt;add input=&quot;{URL}&quot; pattern=&quot;^/favicon.ico$&quot; ignoreCase=&quot;true&quot; negate=&quot;true&quot; /&gt; &lt;/conditions&gt; &lt;action type=&quot;Rewrite&quot; url=&quot;/index.cfm?RW404={R:1}&quot; appendQueryString=&quot;true&quot; /&gt; &lt;/rule&gt; &lt;/rules&gt; &lt;/rewrite&gt; &lt;httpErrors errorMode=&quot;Detailed&quot;&gt; &lt;remove statusCode=&quot;401&quot; /&gt; &lt;error statusCode=&quot;401&quot; prefixLanguageFilePath=&quot;c:\website&quot; path=&quot;error.htm&quot; /&gt; &lt;/httpErrors&gt; &lt;/system.webServer&gt; &lt;/configuration&gt;</pre> <p><br> <br> </p> 2013-06-19T22:00:00-04:002013-06-19T22:00:00.823-04:00urn:uuid:00000000-0000-0000-0000-000001932803http://forums.iis.net/p/1164611/1932803.aspx/1?Access+IIS+7+5+HTTPS+Default+Web+Site+from+network+failedAccess IIS 7.5 HTTPS Default Web Site from network failed <p>I have a <b>Default Web Site </b>on Windows Server 2008 R2 and I have installed a SSL certificate under <b>Server Certificate</b> for the server. </p> <p>And then I have added a new HTTPS (443) binding in the <b>Edit Bindings </b>on the<b> Default Web Site</b> .</p> <p>Next,&nbsp; I clicked <b>SSL Settings</b> in th<b>e Default Web Site</b> home page and select <b>Require SSL </b>checkbox and click <b>Apply</b>.</p> <p>Assuming the web server name is <b>www.mywebserver.com</b>.&nbsp; <br> </p> <p>I can access the <b>https://locahost/</b> or <b>https://www.mywebserver.com/ </b> on the server itself. I do not have any problem. <br> </p> <p>However, if I try to browse the <b>https://www.mywebserver.com/</b> on my desktop PC, I received a page &quot;<b>Internet Explorer cannot display the webpage</b>&quot; while I can run &quot;<strong>telnet www.mycompany.com 443</strong> &quot; in command prompt and my session is connected.</p> <p>If I remove the HTTPS binding in the <b>Edit Bindings</b> and clear the <b>Require SSL</b>, I can browse the&nbsp; <b>http://www.mywebserver.com</b> on my desktop PC.</p> <p>How can I fix this problem?</p> <p>&nbsp;</p> <p>Thanks,</p> <p>SJJ123 <br> </p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> 2010-02-01T21:39:53-05:002010-02-01T21:39:53.63-05:00urn:uuid:00000000-0000-0000-0000-000002053375http://forums.iis.net/p/1200051/2053375.aspx/1?How+do+I+configure+IIS+7+5+to+run+a+web+site+that+was+developed+under+IIS+6+How do I configure IIS 7.5 to run a web site that was developed under IIS 6? <p>I am in the process of moving a web site that is mostly classic ASP with a&nbsp;about 4 or 5&nbsp;ASP.net applications.&nbsp; The core code is all Classic ASP.&nbsp; It has been running for a couple of years on a Windows Server 2003 machine with IIS 6 but now we want to move it to a Windows 2008 R2 machine with IIS 7.5.&nbsp; I didn't write this code but have become somewhat familiar in the 2 years I have been supporting it.&nbsp;</p> <p>I am a developer so I understand programming logic and have been working with VB for years and have &quot;learned&quot;&nbsp;Classic ASP since working here.&nbsp; What I don't have is very much IIS experience.</p> <p>I created a handler mapping in IIS 7.5 that used the ServerSideIncludeModule for all *.asp files.&nbsp; That allowed&nbsp;all of the include statements&nbsp;to work.</p> <p>Most of the application enclosed the VBScript code between a &quot;&lt;%&quot; and a &quot;%&gt;&quot;.&nbsp; I don't think there are any places in the code that encloses the VBScript in &quot;&lt;script type=&quot;text/vbscript&quot;&gt;&quot; and &quot;&lt;/script&gt;&quot;.&nbsp; I only mention this because it seemed to make a difference in a couple of test pages I created to test if one page would include code from another.&nbsp; And because it seems that to code runs sporatically and I wondered if IIS 7.5 does not recognize the short script notation.&nbsp; It does seem like some functions are called but many of them are over looked altogether&nbsp;and I could be wrong&nbsp;it may not be running any of the functions.&nbsp; I haven't dug down deep enough to determine for sure if the functions are being called.</p> <p>I was hoping that I could flip a switch or two in IIS 7.5 and it would all just magically work like it does in IIS 6 but so far it is a mess.</p> 2013-06-19T21:32:59-04:002013-06-19T21:32:59.42-04:00urn:uuid:00000000-0000-0000-0000-000002051502http://forums.iis.net/p/1199118/2051502.aspx/1?Wincache+crashing+PHPWincache crashing PHP <p>Hi,</p> <p>We have been getting the following error in our web Servers (Windows 2008 R2 SP1 , IIS 7)</p> <p></p> <p>Faulting application php-cgi.exe, version 5.3.8.0, faulting module 4e537f4b, version php_wincache.dll, fault address 0x1.1.630.0.</p> <p>Faulting application php-cgi.exe, version 5.3.8.0, faulting module 4e537f4b, version unknown, fault address 0x0.0.0.0.</p> <p>Faulting application php-cgi.exe, version 5.3.8.0, faulting module 4e537f4b, version kernel32.dll, fault address 0x6.1.7601.17932.</p> <p></p> <p>It happens somewhat regularly and causes the server performance to degrade and then finally gets down</p> <p>until we restart IIS as a temporal fix for this issue.</p> <p></p> <p>Any help will be appreciated.</p> <p></p> <p>Thanks,</p> <p>Kristell</p> <p></p> 2013-05-28T00:13:00-04:002013-05-28T00:13:00.417-04:00urn:uuid:00000000-0000-0000-0000-000002053372http://forums.iis.net/p/1200049/2053372.aspx/1?Issues+installing+IIS+on+Windows+8Issues installing IIS on Windows 8 <p>Hi,</p> <p>I installed Win 8 and when I try install IIS by turning on the feature, I get the following error code: 0x800F0922.</p> <p>Your help would be greatly appreciated!</p> <p>Thanks in advance!</p> 2013-06-19T20:56:38-04:002013-06-19T20:56:38.027-04:00urn:uuid:00000000-0000-0000-0000-000002052817http://forums.iis.net/p/1199770/2052817.aspx/1?Impossible+to+install+IIS+Windows+7+x64+ProImpossible to install IIS - Windows 7 - x64 Pro <p>Hello everybody</p> <p>I have a problem with activating of IIS from &quot;Windows features turn on or off&quot;. I can't activate it, I receive an error : &quot;<span id="result_box" lang="en"><span class="hps">An error</span> <span class="hps">has occurred.</span> <span class="hps">Some features</span> <span class="hps"> were not</span> <span class="hps">correctly</span> <span class="hps">changed.</span></span>&quot;, and Windows asks me to reboot.</p> <p>I am on Windows 7 x64 Pro.</p> <p>Please, what can I do?</p> 2013-06-12T18:09:52-04:002013-06-12T18:09:52.83-04:00urn:uuid:00000000-0000-0000-0000-000002052987http://forums.iis.net/p/1199847/2052987.aspx/1?Cancel+CSR+result+for+IIS+7+5Cancel CSR result for IIS 7.5 <p>Hi</p> <p>We are trying to generate a CSR on our IIS 7.5, but we have collected a wrong one for CSR.txt file. Is there a way we can delete/cancel this to generate the correct CSR? Please advise.</p> <p>Thanks,</p> 2013-06-14T18:51:48-04:002013-06-14T18:51:48.127-04:00urn:uuid:00000000-0000-0000-0000-000002037281http://forums.iis.net/p/1193755/2037281.aspx/1?Smooth+Streaming+plugin+for+OSMF+Announcement+FeedbackSmooth Streaming plugin for OSMF Announcement & Feedback <p>We are very excited to announce and release a&nbsp;preview of Microsoft Smooth Streaming&nbsp;plugin for OSMF. Smooth Streaming&nbsp;plugin enables developers to add Smooth Streaming playback capabilities to their new/existing OSMF player applications and also to Strobe Media Playback.&nbsp;This&nbsp;plugin is available for download from MS Download Center – <a href="http://www.microsoft.com/en-us/download/details.aspx?id=36057" target="_blank"> Microsoft Smooth Streaming&nbsp;plugin&nbsp;for&nbsp;OSMF</a>.&nbsp;&nbsp;</p> <p>Please use this thread to provide feedback. We look forward to your input!</p> 2012-12-19T21:24:37-05:002012-12-19T21:24:37.86-05:00urn:uuid:00000000-0000-0000-0000-000002053365http://forums.iis.net/p/1200047/2053365.aspx/1?How+to+add+ldap+extensions+to+php+installed+with+Web+Platform+Installer+4+5How to add ldap extensions to php installed with Web Platform Installer 4.5 <p>I hope someone can help me because I really am pulling my hair out here.</p> <p>I have a Windows 2012 Server set up running IIS. Using the Web Platform Installer 4.5 I installed PHP 5.3.24 which seems to install fine. Now I need to add the PHP LDAP extension which does not seem to have been installed and this is where I am getting stuck. A number of sites say that the solution is to go to &quot;Programs and Features&quot; in the Windows Control Panel, right click PHP, and then click &quot;Change Install&quot;.</p> <p>That seems easy enough, however, when I do go to visit Control Panel-&gt;Programs and Features on this server there is no PHP listed in the list of installed programs, strangely at least one other item I installed with the Web Platform Installer is there (Windows Cache Extensions 1.3 for PHP 5.3) for not the PHP installation itself.</p> <p>I am curious if the instructions I am reading are incorrect and I am going about this entirely the wrong way (if so how do I enable ldap for PHP?) or if something is wrong and my PHP installation should be showing up in the list of installed programs (if this is so, how do I fix this problem?)</p> <p>Thanks in advance.</p> 2013-06-19T17:46:09-04:002013-06-19T17:46:09.993-04:00urn:uuid:00000000-0000-0000-0000-000002053367http://forums.iis.net/p/1200048/2053367.aspx/1?user+not+able+to+use+the+ls+command+when+using+AIX+after+conneting+to+FTP+serveruser not able to use the ls command when using AIX after conneting to FTP server <p>We have a customer who is using AIX to login to our FTP server when they attempt to use the ls command the receive a 550. Any suggestions would be appreciated.</p> <p>&nbsp;</p> <p>cacheusr@(tentensmdl01) cacheusr &#36; ftp -s -M 192.168.1.17 989</p> <p>Connected to 192.168.1.17.</p> <p>220 Microsoft FTP Service</p> <p>234 AUTH command ok. Expecting TLS Negotiation.</p> <p>TLS Auth Entered.</p> <p>Certificate:</p> <p>&nbsp;&nbsp;&nbsp; Data:</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Version: 3 (0x2)</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Serial Number:</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e9:61:af:34:35:9a:d3:0d:8b:8d:62:44:99:e5:65:58</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Issuer: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certifica&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; te Authority</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Validity</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Not Before: Jul 19 00:00:00 2010 GMT</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Not After : Jul 19 23:59:59 2014 GMT</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Subject: C=US/postalCode=92705, ST=CA, L=Santa Ana/street=S/street=1920&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; E. 17th St. Suite 200, O=Prospect Medical Systems, OU=IT, OU=Secure Link SSL, CN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =secureftp.prospectmedical.com</p> <p>TLSv1/SSLv3 ( AES128-SHA ), 128 bits</p> <p>Name (192.168.1.17:cacheusr): secureftp.prospectmedical.com|tenethie</p> <p>331 Password required for secureftp.prospectmedical.com|tenethie.</p> <p>Password:</p> <p>230-SecureFTP.prospectmedical.com</p> <p>&nbsp;&nbsp;&nbsp; Directory has 5,728,137,216 bytes of disk space available.</p> <p>230 User logged in.</p> <p>200 PBSZ command successful.</p> <p>200 PROT command successful.</p> <p>ftp&gt; pwd</p> <p>257 &quot;/tenethie&quot; is current directory.</p> <p>ftp&gt; bin</p> <p>200 Type set to I.</p> <p>ftp&gt; ls</p> <p>200 PORT command successful.</p> <p>150 Opening ASCII mode data connection.</p> <p>550</p> <p>ftp&gt; cd /tenethie</p> <p>250 CWD command successful.</p> <p>ftp&gt; pwd</p> <p>257 &quot;/tenethie&quot; is current directory.</p> <p>ftp&gt; ls</p> <p>200 PORT command successful.</p> <p>150 Opening ASCII mode data connection.</p> <p>550</p> <p>ftp&gt;</p> 2013-06-19T18:55:08-04:002013-06-19T18:55:08.583-04:00urn:uuid:00000000-0000-0000-0000-000002053294http://forums.iis.net/p/1200004/2053294.aspx/1?WPI+4+5+install+IIS+Transform+Manager+1+1+FailedWPI 4.5 install IIS Transform Manager 1.1 Failed <p>Dear,</p> <p>I install WPI 4.5 from url:&nbsp;<a href="http://www.microsoft.com/web/downloads/platform.aspx">http://www.microsoft.com/web/downloads/platform.aspx</a></p> <p>When I using it from IIS Manager to install IIS Transform Manager and I have error: We're sorry. The following products have failed to install.</p> <p>IIS Transform Manager 1.1</p> <p>This product did not install successfully: Downloaded file failed signature verification and may have been tampered with</p> <p>Web Platform Installer Log:</p> <p>DownloadManager Information: 0 : Loading product xml from: https://go.microsoft.com/?linkid=9817844<br> DownloadManager Information: 0 : https://go.microsoft.com/?linkid=9817844 responded with 302<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 302 Found<br> Cache-Control: private<br> Content-Length: 175<br> Content-Type: text/html; charset=utf-8<br> Expires: Wed, 19 Jun 2013 05:16:15 GMT<br> Location: https://www.microsoft.com/web/webpi/4.5/webproductlist.xml<br> Server: Microsoft-IIS/7.5<br> X-AspNet-Version: 2.0.50727<br> X-Powered-By: ASP.NET<br> Date: Wed, 19 Jun 2013 05:17:14 GMT</p> <p><br> DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/4.5/webproductlist.xml responded with 304<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 304 Not Modified<br> Cache-Control: max-age=900<br> Accept-Ranges: bytes<br> ETag: &quot;e0ca241a96bce1:0&quot;<br> Server: Microsoft-IIS/8.0<br> P3P: CP=&quot;ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI&quot;<br> VTag: 279132131300000000<br> X-Powered-By: ASP.NET<br> X-Powered-By: ARR/2.5<br> X-Powered-By: ASP.NET<br> Date: Wed, 19 Jun 2013 05:17:16 GMT</p> <p><br> DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-201406949.xml.temp<br> DownloadManager Warning: 0 : Could not resolve keyword ID WIF<br> DownloadManager Warning: 0 : Could not resolve keyword ID identity<br> DownloadManager Warning: 0 : Could not resolve keyword ID federation<br> DownloadManager Warning: 0 : Could not resolve keyword ID claims<br> DownloadManager Warning: 0 : Could not resolve keyword ID authentication<br> DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 1, majorSP: 1, minorSP: 0, productType: 6, architecture: x64<br> DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/4.5/webapplicationlist.xml<br> DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/4.5/webapplicationlist.xml responded with 304<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 304 Not Modified<br> Cache-Control: max-age=900<br> Accept-Ranges: bytes<br> ETag: &quot;99645fe18968ce1:0&quot;<br> Server: Microsoft-IIS/8.0<br> P3P: CP=&quot;ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI&quot;<br> VTag: 438413333000000000<br> X-Powered-By: ASP.NET<br> X-Powered-By: ARR/2.5<br> X-Powered-By: ASP.NET<br> Date: Wed, 19 Jun 2013 05:17:21 GMT</p> <p><br> DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-1651292038.xml.temp<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Warning: 0 : Could not resolve keyword ID ApplicationSpotlight<br> DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 1, majorSP: 1, minorSP: 0, productType: 6, architecture: x64<br> DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/4.5/webapplicationlist.xml' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-1651292038.xml'<br> DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/4.5/mediaproductlist.xml<br> DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/4.5/mediaproductlist.xml responded with 304<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 304 Not Modified<br> Cache-Control: max-age=900<br> Accept-Ranges: bytes<br> ETag: &quot;f97d7c1bdeace1:0&quot;<br> Server: Microsoft-IIS/8.0<br> P3P: CP=&quot;ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI&quot;<br> VTag: 791525533200000000<br> X-Powered-By: ASP.NET<br> X-Powered-By: ARR/2.5<br> X-Powered-By: ASP.NET<br> Date: Wed, 19 Jun 2013 05:17:22 GMT</p> <p><br> DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-1738152517.xml.temp<br> DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 1, majorSP: 1, minorSP: 0, productType: 6, architecture: x64<br> DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/4.5/mediaproductlist.xml' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-1738152517.xml'<br> DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/4.5/ToolsProductList.xml<br> DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/4.5/ToolsProductList.xml responded with 304<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 304 Not Modified<br> Cache-Control: max-age=900<br> Accept-Ranges: bytes<br> ETag: &quot;e0a29fbe9e63ce1:0&quot;<br> Server: Microsoft-IIS/8.0<br> P3P: CP=&quot;ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI&quot;<br> VTag: 791606431500000000<br> X-Powered-By: ASP.NET<br> X-Powered-By: ARR/2.5<br> X-Powered-By: ASP.NET<br> Date: Wed, 19 Jun 2013 05:17:23 GMT</p> <p><br> DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\-1693291424.xml.temp<br> DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 1, majorSP: 1, minorSP: 0, productType: 6, architecture: x64<br> DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/4.5/ToolsProductList.xml' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-1693291424.xml'<br> DownloadManager Information: 0 : Loading product xml from: https://www.microsoft.com/web/webpi/4.5/enterpriseproductlist.xml<br> DownloadManager Information: 0 : https://www.microsoft.com/web/webpi/4.5/enterpriseproductlist.xml responded with 304<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 304 Not Modified<br> Cache-Control: max-age=900<br> Accept-Ranges: bytes<br> ETag: &quot;a744a9fbddace1:0&quot;<br> Server: Microsoft-IIS/8.0<br> P3P: CP=&quot;ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI&quot;<br> VTag: 279197433000000000<br> X-Powered-By: ASP.NET<br> X-Powered-By: ARR/2.5<br> X-Powered-By: ASP.NET<br> Date: Wed, 19 Jun 2013 05:17:23 GMT</p> <p><br> DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\3703606.xml.temp<br> DownloadManager Information: 0 : Filtering by majorOS: 6, minorOS: 1, majorSP: 1, minorSP: 0, productType: 6, architecture: x64<br> DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/4.5/enterpriseproductlist.xml' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\3703606.xml'<br> DownloadManager Information: 0 : Sucessfully loaded the feed 'https://go.microsoft.com/?linkid=9817844' after preprocessing, location on disk: 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-201406949.xml'<br> DownloadManager Information: 0 : Getting ratings file from http://go.microsoft.com/?linkid=9752395<br> DownloadManager Information: 0 : http://go.microsoft.com/?linkid=9752395 responded with 302<br> DownloadManager Information: 0 : Response headers:<br> HTTP/1.1 302 Found<br> Cache-Control: private<br> Connection: Keep-Alive<br> Content-Length: 203<br> Content-Type: text/html; charset=utf-8<br> Date: Wed, 19 Jun 2013 05:17:24 GMT<br> Expires: Wed, 19 Jun 2013 05:16:24 GMT<br> Location: http://www.microsoft.com/web/handlers/WebPI.ashx?command=getatomfeedwithavgratingquery<br> Server: Microsoft-IIS/7.5<br> X-AspNet-Version: 2.0.50727<br> X-Powered-By: ASP.NET</p> <p><br> DownloadManager Information: 0 : Ratings file loaded successfully<br> DownloadManager Error: 0 : System.OutOfMemoryException: Out of memory.<br> at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)<br> at Microsoft.Web.PlatformInstaller.UI.ImageServiceImplementation.GetImage(Uri imageUri)<br> DownloadManager Information: 0 : Adding product IIS Transform Manager 1.1 (TransformManager_1_1) to cart<br> DownloadManager Information: 0 : Adding product 'TransformManager_1_1'<br> DownloadManager Information: 0 : Setting current install to 1<br> DownloadManager Information: 0 : Starting install sequence<br> DownloadManager Information: 0 : Downloading file 'http://download.microsoft.com/download/7/4/4/744AC750-7101-40D6-A7E2-D64009F2A8FE/TransformManager_amd64.msi' to: C:\Users\Administrator\AppData\Local\Temp\tmpBC7D.tmp<br> DownloadManager Information: 0 : Content-disposition header: attachment<br> DownloadManager Information: 0 : File 'C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\TransformManager_1_1\B43410CBB3528944F01BBE55162FB888BA4EE428\TransformManager_amd64.msi' already exists, deleting old copy of the file<br> DownloadManager Information: 0 : Moving downloaded file 'C:\Users\Administrator\AppData\Local\Temp\tmpBC7D.tmp' to: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\TransformManager_1_1\B43410CBB3528944F01BBE55162FB888BA4EE428\TransformManager_amd64.msi<br> DownloadManager Error: 0 : Signature verification failed on downloaded file. URL: http://download.microsoft.com/download/7/4/4/744AC750-7101-40D6-A7E2-D64009F2A8FE/TransformManager_amd64.msi. File location: C:\Users\Administrator\AppData\Local\Microsoft\Web Platform Installer\installers\TransformManager_1_1\B43410CBB3528944F01BBE55162FB888BA4EE428\TransformManager_amd64.msi. File size: 1104 kb<br> DownloadManager Information: 0 : Product IIS Transform Manager 1.1 done install completed<br> DownloadManager Information: 0 : Increasing current install to 2</p> <p></p> <p>I tried on Windows 7 Pro 64bit sp1 and Windows Server 2008 r2 sp1 is the same result.</p> <p></p> <p>If I try to install IIS Transform Manager 1.1 from file download here:&nbsp;<a href="http://www.microsoft.com/en-us/download/details.aspx?id=29889">http://www.microsoft.com/en-us/download/details.aspx?id=29889</a></p> <p>I can install but when I enter the path : C:\inetpub\media, it's not available here</p> <p>Please help me !!!</p> <p></p> <p></p> 2013-06-19T05:21:25-04:002013-06-19T05:21:25.44-04:00urn:uuid:00000000-0000-0000-0000-000002053362http://forums.iis.net/p/1200045/2053362.aspx/1?Reverse+Proxy+Content+ModificationReverse Proxy Content Modification <p>Hello,</p> <p>I'm having a problem detecting the content coming from the website I'm proxing.&nbsp; In another words I cant overwrite the source html to point all the links to the correct route. My web.config looks as follows:</p> <p>&lt;system.webServer&gt;<br> &nbsp;&nbsp;&nbsp; &lt;validation validateIntegratedModeConfiguration=&quot;false&quot; /&gt;<br> &nbsp;&nbsp;&nbsp; &lt;rewrite&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;rules&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;rule name=&quot;Route the requests for DNN&quot; stopProcessing=&quot;false&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;match url=&quot;^territorio-amv/(.*)&quot; /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;conditions&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/conditions&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action type=&quot;Rewrite&quot; url=&quot;http://territorioamvdev.azurewebsites.net/{R:1}&quot; logRewrittenUrl=&quot;false&quot; /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;serverVariables&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;set name=&quot;HTTP_ACCEPT_ENCODING&quot; value=&quot;&quot; /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/serverVariables&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/rule&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/rules&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;outboundRules&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;rule name=&quot;Add application prefix&quot; preCondition=&quot;ResponseIsHtml&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;match filterByTags=&quot;A, Area, Base, Form, Frame, Head, IFrame, Img, Input, Link, Script&quot; pattern=&quot;^/(.*)&quot; /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;conditions&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add input=&quot;{URL}&quot; pattern=&quot;^/territorio-amv/.*&quot; /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/conditions&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action type=&quot;Rewrite&quot; value=&quot;/territorio-amv/{R:1}&quot; /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/rule&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;preConditions&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;preCondition name=&quot;ResponseIsHtml&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;add input=&quot;{RESPONSE_CONTENT_TYPE}&quot; pattern=&quot;^text/html&quot; /&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/preCondition&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/preConditions&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/outboundRules&gt;<br> &nbsp;&nbsp;&nbsp; &lt;/rewrite&gt;<br> &nbsp;&nbsp;&nbsp; &lt;urlCompression doStaticCompression=&quot;false&quot; doDynamicCompression=&quot;false&quot; /&gt;<br> &nbsp; &lt;/system.webServer&gt;</p> <p></p> <p>This works fine because it captures all input but my local site doesnt work since its sent to /territorio-amv/...</p> <p>-Thanks</p> 2013-06-19T16:33:29-04:002013-06-19T16:33:29.77-04:00urn:uuid:00000000-0000-0000-0000-000002052913http://forums.iis.net/p/1199805/2052913.aspx/1?ADO+Net+data+service+URL+maping+interfers+with+ExtensionlessUrlHandlerADO.Net data service URL maping interfers with ExtensionlessUrlHandler <p>IIS handler mapping is making me dizzy although I'm an ASP.Net developer on IIS for about 6 years.</p> <p>It all began when I was getting 404 errors for my Web API controller methods that were accessed using HTTP PUT and DELETE. This only happened on IIS7 but everything was working fine on IIS Express.</p> <p>I found many resources that suggest removing WebDAV and adding the following to web.config</p> <pre class="prettyprint">&lt;remove name=&quot;ExtensionlessUrlHandler-ISAPI-4.0_32bit&quot; /&gt; &lt;remove name=&quot;ExtensionlessUrlHandler-ISAPI-4.0_64bit&quot; /&gt; &lt;remove name=&quot;ExtensionlessUrlHandler-Integrated-4.0&quot; /&gt; &lt;add name=&quot;ExtensionlessUrlHandler-ISAPI-4.0_32bit&quot; path=&quot;*.&quot; verb=&quot;GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS&quot; modules=&quot;IsapiModule&quot; scriptProcessor=&quot;%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll&quot; preCondition=&quot;classicMode,runtimeVersionv4.0,bitness32&quot; responseBufferLimit=&quot;0&quot; /&gt; &lt;add name=&quot;ExtensionlessUrlHandler-ISAPI-4.0_64bit&quot; path=&quot;*.&quot; verb=&quot;GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS&quot; modules=&quot;IsapiModule&quot; scriptProcessor=&quot;%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll&quot; preCondition=&quot;classicMode,runtimeVersionv4.0,bitness64&quot; responseBufferLimit=&quot;0&quot; /&gt; &lt;add name=&quot;ExtensionlessUrlHandler-Integrated-4.0&quot; path=&quot;*.&quot; verb=&quot;GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS&quot; type=&quot;System.Web.Handlers.TransferRequestHandler&quot; preCondition=&quot;integratedMode,runtimeVersionv4.0&quot; /&gt;</pre> <p>These lines are added by default to web.config by the Web API Visual Studio project template, and they fix the issue.</p> <p>Now, when I returned back to IIS Express, I found out that requests to my ADO.Net data service return HTTP 404! and the service doesn't work unless I remove the ExtensionlessUrlHandler-Integrated-4.0 handler mapping.</p> <p>I found <a href="http://metahat.blogspot.com/2011/10/resource-not-found-404-error-wcf-data.html">a resource</a> suggesting that the issue can be resolved by mapping a route as follows</p> <pre class="prettyprint">routes.IgnoreRoute("{resource}.svc/{*pathInfo}");</pre> <p>But it doesn't.</p> <p>Why this happens? And how to configure my application to work seamlessly on IIS and IIS Express?</p> 2013-06-13T15:50:49-04:002013-06-13T15:50:49.49-04:00urn:uuid:00000000-0000-0000-0000-000002052968http://forums.iis.net/p/1199840/2052968.aspx/1?Create+Certificate+Signing+Request+in+IIS+7+5Create Certificate Signing Request in IIS 7.5 <p>Hi Guys,</p> <p>I'm trying to create a CSR from IIS 7.5 with multiple sites on it. My problem is I don't know if I should have just click on the server name or the name of the website itself before going on to the <strong>Server Certificate</strong> option to proceed.</p> <p>Please Advise! Thanks in advance!</p> <p>Regards,</p> 2013-06-14T12:59:14-04:002013-06-14T12:59:14.703-04:00urn:uuid:00000000-0000-0000-0000-000002009941http://forums.iis.net/p/1185935/2009941.aspx/1?WCAT+6+3+Performance+Counters+are+only+being+read+onceWCAT 6.3 Performance Counters are only being read once <p><span style="font-weight:bold">The problem</span> <br> </p> <p>I'm successfully using WCAT 6.3 to issue requests to my web server but it does not seem to be reading performance counters while the load test is running.</p> <p>When the controller starts,&nbsp; I get <i>Performance counter initialization complete</i> messages (shown below) written to standard output, listing all the counters I have configured but when the test completes, the &quot;<span style="font-style:italic">Performance Counters</span>&quot; section of the XML output log (also shown below) suggests that each counter was only read once, instead of being sampled throughout the duration of the test. I presume that these solo readings correspond to the <i>Performance counter initialization complete</i> mesages already mentioned.<br> </p> <p>Can anyone suggest what is going wrong for me? </p> <p>Thanks.</p> <p>Didrik </p> <p>&nbsp;</p> <p><span style="font-weight:bold">My&nbsp; controller settings file</span><br> </p> <p><pre class="prettyprint">settings { server = &quot;MYWEBSERVER&quot;; virtualclients = 10; counters { interval = 8; counter = &quot;Process(w3wp)\\Working Set&quot;; } counters { interval = 5; host = &quot;ARBITRARYOTHERMACHINE&quot;; counter = &quot;Process(w3wp)\\Working Set&quot;; } }</pre>&nbsp;</p> <p>&nbsp;</p> <p><span style="font-weight: bold;">Extract from my client scenario file</span></p> <p>I don't think this file is relevant to the problem so I've edited out some details (replacing them with "...etc.") but I include it here mostly to illustrate that I have specified warmup, duration and cooldown intervals:<br></p> <pre class="prettyprint">scenario<br>{<br>&nbsp; name&nbsp;&nbsp;&nbsp; = "My WCAT Script";<br>&nbsp; warmup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 10;<br>&nbsp; duration&nbsp;&nbsp;&nbsp; = 20;<br>&nbsp; cooldown&nbsp;&nbsp;&nbsp; = 10;<br><br>&nbsp; default<br>&nbsp; {<br>&nbsp;&nbsp;&nbsp; version = HTTP11;<br><br>&nbsp;&nbsp;&nbsp; setheader<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp; = "Connection";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value&nbsp;&nbsp; = "keep-alive";<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; setheader<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="Accept";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value="*/*";<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; setheader<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="Accept-Language";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value="en-gb";<br>&nbsp;&nbsp;&nbsp; }<br><br><span style="font-style: italic;">&nbsp;&nbsp;&nbsp; ...etc.</span><br style="font-style: italic;"><br>&nbsp;&nbsp;&nbsp; close = ka;<br>&nbsp; }<br><br>&nbsp; transaction&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; id = "Login page and images";<br>&nbsp;&nbsp;&nbsp; weight = 1;<br>&nbsp;&nbsp;&nbsp; request<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; url&nbsp;&nbsp;&nbsp;&nbsp; = "/Login.aspx";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setheader<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="Accept";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value="image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-silverlight, */*";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setheader<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="Host";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value="url.of.web.server";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setheader<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="Connection";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value="Keep-Alive";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; request<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; url&nbsp;&nbsp;&nbsp;&nbsp; = "/images/banner.jpg";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setheader<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="Referer";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value="http://url.of.web.server/Login.aspx";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setheader<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="Connection";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value="Keep-Alive";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setheader<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="Host";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value="url.of.web.server";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; ...etc.<br>&nbsp;&nbsp;&nbsp; <br>&nbsp; }<br><br>&nbsp; transaction&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; id = "Login page, no images";<br>&nbsp;&nbsp;&nbsp; weight = 100;<br>&nbsp;&nbsp;&nbsp; request<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; url&nbsp;&nbsp;&nbsp;&nbsp; = "/Login.aspx";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setheader<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="Accept";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value="image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-silverlight, */*";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setheader<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="Host";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value="url.of.web.server";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setheader<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="Connection";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value="Keep-Alive";<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp; }<br>}<br><br><br></pre> <p><span style="font-weight: bold;">Console window showing wcctl.exe command line and output</span> <br></p> <p> <pre class="prettyprint">C:\Program Files\wcat&gt; wcctl.exe -t ClientScenario.txt -f ControllerSettings.txt -s MYWEBSERVER -c 1 -o wcat_log.xml -x<br>Initializing performance counters...<br>'\\MYWEBSERVER\Processor(_Total)\% Processor Time'... Success!<br>'\\MYWEBSERVER\Processor(_Total)\% User Time'... Success!<br>'\\MYWEBSERVER\Processor(_Total)\% Privileged Time'... Success!<br>'\\MYWEBSERVER\System\Context Switches/sec'... Success!<br>Performance counter initialization complete.<br><br>Initializing performance counters...<br><span style="font-weight: bold; font-style: italic;">'\\MYWEBSERVER\Process(w3wp)\Working Set'... Success!</span><br>Performance counter initialization complete.<br><br>Initializing performance counters...<br><span style="font-weight: bold; font-style: italic;">'\\ARBITRARYOTHERMACHINE\Process(w3wp)\Working Set'... Success!</span><br>Performance counter initialization complete.<br><br>Server: MYWEBSERVER<br>Clients: 1<br>(1)&nbsp;&nbsp;&nbsp;&nbsp; MYDESKTOPPC<br><br>All clients connected, Test beginning. Beginning collecting statistics.<br>******************************************************************************<br>WARMUP&nbsp;&nbsp; 10/10 secs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 hours, 0 minutes, 10 seconds<br>******************************************************************************<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Connections =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Disconnects =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Socket Sends =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp; Socket Receives =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp; Full Handshakes =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>Reconnect Handshakes =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bytes Sent =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6640 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 664/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bytes Received =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp; Bytes Sent (SSL) =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>Bytes Received (SSL) =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp; Time To First Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Minimum)<br>&nbsp; Time To First Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Maximum)<br>&nbsp; Time To First Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Average)<br>&nbsp;&nbsp; Time To Last Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Minimum)<br>&nbsp;&nbsp; Time To Last Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Maximum)<br>&nbsp;&nbsp; Time To Last Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Average)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Transactions =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp; Normal Requests =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp; Secure Requests =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp; Normal Responses =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp; Secure Responses =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Total Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Connect Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Send Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Receive Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Parsing Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp; Unexpected Status =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br><br>******************************************************************************<br>DURATION 10/20 secs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 hours, 0 minutes, 20 seconds<br>******************************************************************************<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Connections =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Disconnects =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Socket Sends =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp; Socket Receives =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp; Full Handshakes =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>Reconnect Handshakes =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bytes Sent =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bytes Received =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp; Bytes Sent (SSL) =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>Bytes Received (SSL) =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp; Time To First Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Minimum)<br>&nbsp; Time To First Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Maximum)<br>&nbsp; Time To First Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Average)<br>&nbsp;&nbsp; Time To Last Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Minimum)<br>&nbsp;&nbsp; Time To Last Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Maximum)<br>&nbsp;&nbsp; Time To Last Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Average)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Transactions =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp; Normal Requests =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp; Secure Requests =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp; Normal Responses =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp; Secure Responses =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Total Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Connect Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Send Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Receive Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Parsing Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp; Unexpected Status =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br><br>Finished collecting statistics.<br>******************************************************************************<br>DURATION 20/20 secs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 hours, 0 minutes, 30 seconds<br>******************************************************************************<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Connections =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Disconnects =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Socket Sends =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp; Socket Receives =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp; Full Handshakes =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>Reconnect Handshakes =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bytes Sent =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bytes Received =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp; Bytes Sent (SSL) =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>Bytes Received (SSL) =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp; Time To First Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Minimum)<br>&nbsp; Time To First Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Maximum)<br>&nbsp; Time To First Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Average)<br>&nbsp;&nbsp; Time To Last Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Minimum)<br>&nbsp;&nbsp; Time To Last Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Maximum)<br>&nbsp;&nbsp; Time To Last Byte =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Average)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Transactions =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp; Normal Requests =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp; Secure Requests =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp; Normal Responses =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp; Secure Responses =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Total Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Connect Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Send Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Receive Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Parsing Errors =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br>&nbsp;&nbsp; Unexpected Status =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0/sec)<br><br>Logging results...<br>Test finished. <br></pre> </p> <p style="font-weight: bold;">Perfmon section of XML output log as raw XML<br></p> <p> <pre class="prettyprint">&lt;section name="perfmon" key="400"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;table name="MYWEBSERVER" level="1" key="410"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;header&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;sort field="counter" type="text" order="ascending"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="counter" class="string"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="avg" class="number"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="min" class="number"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="max" class="number"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="delta" class="number"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;header&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;sort field="time" type="number" order="ascending"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="time" class="number"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="current" class="number"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/header&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/header&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;item&gt;<br><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="counter"&gt;\Process(w3wp)\Working Set&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="avg"&gt;53690368.00&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="min"&gt;53690368.00&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="max"&gt;53690368.00&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="delta"&gt;0.00&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;item&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="time"&gt;0.00&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="current"&gt;53690368.00&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/item&gt;</span><br style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/item&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/table&gt;<br>&nbsp;&nbsp;&nbsp; &lt;table name="ARBITRARYOTHERMACHINE" level="1" key="410"&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;header&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;sort field="counter" type="text" order="ascending"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="counter" class="string"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="avg" class="number"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="min" class="number"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="max" class="number"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="delta" class="number"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;header&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;sort field="time" type="number" order="ascending"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="time" class="number"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="current" class="number"/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/header&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/header&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;item&gt;<br><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="counter"&gt;\Process(w3wp)\Working Set&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="avg"&gt;9408512.00&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="min"&gt;9408512.00&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="max"&gt;9408512.00&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="delta"&gt;0.00&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;item&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="time"&gt;0.00&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;data name="current"&gt;9408512.00&lt;/data&gt;</span><br style="font-weight: bold; font-style: italic;"><span style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/item&gt;</span><br style="font-weight: bold; font-style: italic;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/item&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/table&gt;<br>&lt;/section&gt;<br></pre></p> <br> 2012-01-06T15:30:52-05:002012-01-06T15:30:52.05-05:00