Tagged: .net

Microsoft Active Directory Logo 1

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...

security key 0

Security Programming in .Net

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...