Secure ASP.NET MVC Applications(weblogs.asp.net)

submitted by ethilikethilik(1855) 3 years, 4 months ago

One of the greatest advantages of ASP.NET MVC is that it provides a "Close to the Metal" programming experience and you have full control over the HTML. It aslo means that you should care about the vulnerabilities regards with your HTML. In webform, server controls would be automatically HTML-encoded their outputs. While developing ASP.NET MVC apllications, you should filter your HTML to avoid XSS attacks. Use the following HTML helper methods to avoid vulnerabilities in your ASP.NET MVC applications.

1 comment |category: |Views: 353

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by senfosenfo(881) 3 years, 4 months ago 0

For a more detailed explanation of AntiForgeryToken, check the following blog: http://blog.codeville.net/category/security/

Reply

information Login or create an account to comment on this story