Which is more secured ASP or PHP | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Which is more secured ASP or PHP

Security

30th Apr 2017, 7:29 AM
Sello Selby Bopape
Sello Selby Bopape - avatar
3 Answers
+ 4
I am siding with php not sure if I am right
30th Apr 2017, 7:30 AM
Sello Selby Bopape
Sello Selby Bopape - avatar
+ 2
You need to understand that there is no valid answer to your question. ASP has been tested by highly paid Microsoft Testers and PHP is an open source platform. Their security will be dependent on exactly how it is used to implement your project. PHP comes with various CMS and each CMS has its own levels of security, some even come in with security plugins. Most projects are implemented from scratch using ASP.net, however, before implementation the controller side of things would be designed using C#. and C# classes and methods can very easily be tested (unit testing) using nUnit. So again, there is no valid answer to your question as far as i can see.
30th Apr 2017, 7:44 AM
Krishneel Nair
Krishneel Nair - avatar
+ 1
As a back end developer, security not language Dependent. security achieved avoiding bad practices and requires implementation of all security aspects of a application. Both ASP and PHP are used for developing large application. Whatever language you used, you require language best implementation in best logical way.
30th Apr 2017, 7:58 AM
Runvijay
Runvijay - avatar