Which is more secure cms in asp.net web development ? Customized cms or Third party cms(DNN,umbraco,etc)
-
In asp.net which cms is provide more security for developing website? customized cms or third party cms like dnn,wordpress,umbraco,etc.. ?. :)
-
In asp.net which cms is provide more security for developing website? customized cms or third party cms like dnn,wordpress,umbraco,etc.. ?. :)
What do you mean by "more security"? More security features or what?
A guide to posting questions on CodeProject
Click this: Asking questions is a skill. Seriously, do it.
Dave Kreskowiak -
What do you mean by "more security"? More security features or what?
A guide to posting questions on CodeProject
Click this: Asking questions is a skill. Seriously, do it.
Dave KreskowiakSir,dnn,wordpress are open source so any one can hack immediately into the project.but customized cms is more secure than third party cms?? :)
-
Sir,dnn,wordpress are open source so any one can hack immediately into the project.but customized cms is more secure than third party cms?? :)
RajeeshMenoth wrote:
so any one can hack immediately into the project
Since when does "open source" mean "less secure"? Having access to the source code does not mean you're going to know where all the weaknesses are. There are plenty of other things you have to do to the server that have nothing to do with the application code to properly secure the server.
A guide to posting questions on CodeProject
Click this: Asking questions is a skill. Seriously, do it.
Dave Kreskowiak