Linux vx. Windows
Basically, there is no difference between Linux and Windows when it comes to developing STATIC sites. In other words, if your sites are strictly HTML and CSS, then it doesn't matter which host you use.
If you want to create a DYNAMIC site, then that's when your OS on your server starts to matter. PHP is native to Linux, therefore if you see someone's site running php, then it's a good chance that it's Linux. ASP and ASP.NET is native to Windows.
You CAN run PHP on Windows, but since it is not native to Windows, I would question it's true compatibility.
You CANNOT run ASP or ASP.NET on Linux.
So, basically, as stated before, if you're simply hosting your basic STATIC website with Linux or Windows, the server's OS is irrelevant!
|