Authentication is the process of identifying the user that is who you are. Another related term is Authorization is this process of identifying whether you have authorized to access something in web it will be website pages. Authorization is the important module, most of the projects would not complete without covering this area. Also, there […]
10 best practices to secure ASP.NET Core/MVC Web applications
In this article, you are going to walk through 10 best practices that everyone must consider in the security aspects while writing web applications in ASP.NET Core or MVC framework. These security vulnerabilities are common to all web applications. Below are the few major security vulnerabilities that can be exploited by hackers to gather information, […]
Upgrade MVC 3 to MVC 4
It is very simple to upgrade MVC 3 application to MVC 4. We have to follow the below steps to do it manually. Step 1: Open web.config files that present in root folder and view folder of the application. Step 2: Find all the place where “system.web.mvc” namespace used and change the version from 3.0.0.0 […]