Security in asp.net

It doesn't matter if you do all the error checking in the world, or if you have the most beautiful graphics, if your site or application design isn't usable, it's not going to do well. Get input and advice on usability and user interface issues here.

Moderator: General Moderators

Post Reply
alstonfered
Forum Newbie
Posts: 3
Joined: Mon Jan 25, 2010 12:16 am

Security in asp.net

Post by alstonfered »

Hello Everyone,
I am using asp.net for creating website.
As I heard that it provides good security for contents and accounts of the site.
Is it true?
Any other language gives this much security?
Any suggestion?
Thanks in advance.
User avatar
JNettles
Forum Contributor
Posts: 228
Joined: Mon Oct 05, 2009 4:09 pm

Re: Security in asp.net

Post by JNettles »

Your site is only as secure as you program it to be. .NET has several prebuilt classes for implementing security on the ASP.NET framework but you can achieve this level of security with any programming language with the proper design and server configuration.
Post Reply