IIS Free SSL Certificate Using Let’s Encrypt Authority X3

Berikut langkah-langkah untuk mendapatkan SSL Certificate Let’s Encrypt Authority X3: Buka Internet Information Service (IIS) Manager Pilih website (pada contoh ini yang dipilih adalah Default Web Site) lalu klik Bindings Pilih Add Isi Host name, check Require Server Name Indication, pilih SSL certificate pada contoh ini default certificate nya adalah WMSVC-SHA2 (ada kemungkian berbeda setiap…

IIS: Virtual Directory Not Using web.config from Parent Directory

As we know, when application is placed on virtual directory, the web.config (or configuration) also will be inherited the configuration of parent directory application. Sometimes it will cause problems because parent directory contains library (.dll) that doesn’t exist in virtual directory application. So, for the virtual directory application only using web.config itself, the web.config of…