App Pools in Azure App Service 2. March 2021 sellout .NET, IIS, Azure (0) I like IIS so when I first started playing with asp.net core I always set it up to run in IIS. The K [More]
Harden IIS Asp.net 30. November 2018 sellout IIS (0) Unless you are running ancient IIS asp.net this should apply to most versions.X-Frame-OptionsIIS Ma [More]
Turning Off IPv6 On Rackspace Cloud Server Blows 2. March 2014 sellout IIS, Network (0) I was trying to diagnose some issues with ASP.NET Web Forms post backs so I turned off IPv6 even though none of my websites were bound to IPv6 addresses. I unchecked it on the adapter property page. I had no logical reason for doing this. Then Windows Update stopped working. This was ... [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]
ICACLS your App Pool User 26. January 2013 sellout IIS (0) A proper security setting on IIS content folders [More]
Renew Certificate - Same Private Key 9. January 2013 sellout Certificates, IIS (0) ...if you actually have the original private key. [More]
Self-Signed Cerificates for IIS 2. January 2013 sellout IIS (0) Makecert that comes with Visual Sudio is the best way I know of to create self signed certificates for IIS. [More]