C# Login Form with Active Directory AD
This tutorial will cover how to make login form with Microsoft Active Directory (AD) in simple step with CSharp (C#). As this is common and usual practice for most system nowadays, maybe its will...
This tutorial will cover how to make login form with Microsoft Active Directory (AD) in simple step with CSharp (C#). As this is common and usual practice for most system nowadays, maybe its will...
If you facing issue like this, Access to the path ‘C:\Windows\Globalization\xx.nlp’ is denied, there are few to check. No worried, most probably is not your code but more to iis and security permission related....
These are few tips how to add security programming in .net app on code level. Asp.net Version Disclosure <system.web> <httpRuntime enableVersionHeader=”false” /> </system.web> Set Cookie to HttpOnly <system.web> <httpCookies httpOnlyCookies=”true”/> </system.web> Set Custom Error...