+ 6
What is the diffrence between PHP & ASP ??
3 Respostas
+ 3
PHP is run on Linux based servers. Any .Net application is run on a Windows based server. However, if you happen to have a host that allows you to run .Net Core, you'll be able to build cross platform Web applications. Most Web developers I know prefer .Net languages over PHP because of visual Studio and the ease at which you can debug your code. PHP isn't difficult, but it's syntax is not at all like many other serverside languages.
+ 2
they are 2 different languages for web servers. php is rather used for mutualised linux servers that are cheaper. asp is Microsoft language and is solely used on a windows web server. usually you need vps or dedicated server to have a microsoft server
+ 1
I doubt it if asp can manipulate images