Tag:mvc
All the articles with the tag "mvc".
Anti Forgery Token and Machine Key for MVC on IIS
Posted on:February 14, 2017 at 12:00 AMThe Medium post explains the importance of anti-forgery tokens and machine keys in web application security against CSRF attacks. It provides implementation details for ASP.NET, including the use of AntiForgeryToken and configuring the machine key. The post emphasizes the necessity of implementing both measures to enhance overall security.