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.
Security in asp.net
Moderator: General Moderators
Re: Security in asp.net
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.