tornado579@yahoo.com writes:
> Hi,
>
> As far as security is concerned what difference does it make if the
> site is hosted on Windows or Linux servers ? Which would be more
> secure.
In my experience, this usually has far more to do with a) the choice
of middleware for the application and b) the coding of the actual web
application than the OS platform itself.
For example, an apache/php based app can just as easily be run under
Linux or Windows, and both can suck spectacularly at the hands of a
non-careful coder.
You can write a tight secure app on either platform with good coding
and the right middleware.
Best Regards,
--
Todd H.
http://www.toddh.net/