NTLM and Windows Authentication on WCF service

Objective This document will explain various combinations of IIS and WCF Ntlm/Windows authentication settings. What is difference between NTLM and WINDOWS authentication in WCF? Windows authentication = authentication in NTLM + authentication in Active Directory NTLM authentication = authentication in only NTLM IIS configuration For all scenario IIS is configured for Windows authentication. What IContinueContinue reading “NTLM and Windows Authentication on WCF service”

Creating REST Service step by Step (A Simplest approach)

Objective This article will give a step by step visual explanation of how to create a REST enabled WCF service. Back Ground I have written before also REST enabled service. I was success to create REST service but now I realized that was the bit complex way. To have an understanding of REST service readContinueContinue reading “Creating REST Service step by Step (A Simplest approach)”