• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Will installing and running IIS 5 result in pwnage of my server?

I'm just going to play around with a personal web site running off my cable connection. Just to learn, nothing serious.

Maybe try to learn some PHP and similar. Just to try to update my knowledge.
 
Just use the lockdown tool and dont forward a port to the server and you will be ok. IIS is easy to use and works fine.

 
Originally posted by: FrustratedUser
I'm just going to play around with a personal web site running off my cable connection. Just to learn, nothing serious.

Maybe try to learn some PHP and similar. Just to try to update my knowledge.

I was just going to suggest that if you are using ASP and/or .NET, you'll want to use IIS.

For PHP, apache will work just fine.
 
PHP is a great compliment to Apache. I forgot that you must be using a Windows server. I don't have much experience with Apache on Windows (just on *nix), but I bet its probably even easier to use the CLI-driven Apache. Good luck!
 
If you're using PHP, look into using either the better Apache (1.3) or making sure you set it up properly for PHP. The new threading model (or something) is just nasty for PHP. Setup is so easy you don't need a gui.
 
Cool, which of the two is easiest to set up. I got IIS 5 running in 10 mins.

IMO it's apache, the config file syntax is well defined and I think it's nice to be able to search through a file or read a man page (on unix atleast) to find a setting quickly rather than clicking through an ugly GUI trying to find where some obscure dialog is hidden.

Can IIS5 be upgraded to IIS6 running under W2K?

Of course not, they need to find some reason to get you to pay for more licenses.
 
Back
Top