What is Area in MVC. ASP.NET MVC 2 introduced Area. Area allows us to partition large application into smaller units where each unit contains separate MVC folder structure, same as default MVC folder structure Read more →
Tag: MVC
ADFS authentication n MVC
Active Directory Federation Services (ADFS) uses account stores to log on users and extract security claims for those users. You can configure multiple account stores for a single Federation Service and define their priority. The Federation Service uses Lightweight Directory Access Protocol (LDAP) to communicate with account stores. ADFS supports two types of account stores: Active Directory account stores and Active Directory Application Mode… Read more →