Tuesday, December 31, 2013

Replace/Remove Non-Breaking Space in ASPDNSF XSLT

Problem: How to replace the non-breaking space character ( ) in an XSLT string.

Solution: Use the StrReplace function and string =  
e.g.
<xsl:value-of select="aspdnsf:StrReplace(string, '&amp;nbsp;', '')" disable-output-escaping="yes"/>

Sunday, December 22, 2013

Windows Server 2012 and 2012 R2 Internet Download Speed Slow

Problem:
On a fresh installation of Windows Server 2012 or 2012 R2 and latest LAN drivers, internet download speeds and browsing are very very slow.

Solution:
Run the following in the cmd window:
netsh interface tcp set global ecncapability = disabled