View Single Post


Old
  Post #9 (permalink)   04-18-2008, 03:36 PM
BobZ
HD Addict
 
Join Date: Mar 2008
Posts: 128

Status: BobZ is offline
The core difference between linux and windows hosting servers is essentially the web engine. Linux runs Apache and windows runs IIS (Internet information server). The web engine's primary role is to interpret your web site code and then provide your rendered web site to the end user.

The windows web engine, IIS, has native support to render Microsoft programming code. The linux web engine, Apache, will render most other code, except Microsoft programming code. Both web engines will render most web sites without any problems.