whats my preferred IP anyway 26. December 2013 sellout Network (0) What is my preferred IP anyway? Not this: Set-NetIPAddress -IPAddress xxx.xxx.xxx.xxx -SkipAsSource 1 You can do that in Power Shell on all the IP addresses you don't want to be chosen as your preferred IP address for your windows 2012 machine. This will tell you what is set: Netsh int ipv4 sho... [More]
.NET 4.5.1, IE 11, IIS 8 - oh my 4. December 2013 sellout IIS (0) This is not going well... The page size of asp.net had increased when comparing to 2008 R2 IIS 7.5 ASP.NET 4.0 C:\Windows\System32\Inetsrv\Appcmd.exe set config -section:httpCompression -[name='gzip'].staticCompressionLevel:9 -[name='gzip'].dynamicCompressionLevel:4 All of a sudden... [More]
Moving MSSQL Databases to Different Partition 1. December 2013 sellout SQL (0) I just moved from one Rackspace cloud server to another. The main purpose was to get IIS 8 so I could do TLS/SNI. I got a skimpy partition for the system and the preinstalled SQL Server Web Edition databases were taking up precious space so I moved them with help from this article: http://technet.m... [More]