How to enable attribute routing in ASP .NET MVC?

To enable attribute routing in asp.net mvc we must call a method named “MapMvcAttributeRoutes” in RouteConfig…

What is HTTP ?

HTTP stands for Hypertext Transfer Protocol. It is related to Web Concepts and data transmissions over…

The anti-forgery token could not be decrypted error in ASP .Net MVC

The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm…

What are the different action method’s return type?

1) ViewResult : Used to return a view to render html in the browser. this is…

The requested page cannot be accessed because the related configuration data for the page is invalid in MVC

The error message “The requested page cannot be accessed because the related configuration data for the…