Page 1 of 1

Security in asp.net

Posted: Thu Jan 28, 2010 12:24 am
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.

Re: Security in asp.net

Posted: Mon Feb 01, 2010 11:35 am
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.