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, '&nbsp;', '')" disable-output-escaping="yes"/>
Tuesday, December 31, 2013
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
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
Subscribe to:
Posts (Atom)