|
Saying ASP is less secure then PHP is nonsense. PHP, ASP, Perl, whatever... is only as secure as the person writing the code makes it. The ONLY reason why PHP tends to be preferable to ASP is the simple fact that everything about it is free, so hosting tends to be cheaper and more scripts are built on it.
When it comes right down to it, it's all a matter of preference. If you have a strong C/C++ background then ASP.net might be easy for you. You could probably pick up PHP easily with that background as well.
Perl is very much alive and strong, it's just not used so much for web development, mainly I think, because of it's complexity and partly because of security. It's used alot for "behind the scenes" type of scripting. Doing such tasks as parsing out files to fill a database and such.
|