I'm developing a web Application on MVC Based and The way of my application work require me to disable all the security features which are build in with MVC. Is there any way I can disable all of them ?
I need to know where is the code for each security feature.
The Application is actually for educational purpose to explain students how an attack can happen and i feel more comfortable by using MVC rather than classic ASP. Thank You !