9 articles Code Snippet

small blocks of reusable code that can be inserted in a code file using a context menu command or a combination of hotkeys. They typically contain commonly-used code blocks such as try-finally or if-else blocks, but they can be used to insert entire classes or methods.

Enabling Windows Authentication

Setting web app Buka IIS, pilih web app yang akan diubah menjadi windows authentication Pada bagian “IIS”, pilih “Authentication” Ubah “Windows Authentication” menjadi “Enabled” Jika tidak ada pilihan Windows Authentication, install dulu melalui: Turn Windows feature on or off (untuk Windows Server, melalui Server Manager) Buka Internet Information Services > World Wide Web Services >…