I am standing up a win server 2008R2 x64 and will be hosting a few public facing websites with IIS 7.5. I am relatively new to administering a production web server and am curious as to what precautions I need to take to prevent my server from being compromised. Is MSE sufficient for antivirus? Any other configurations I should look at? I realize this is somewhat of an open ended question because it can depend on my specific situation, basically I'm looking for beginner advice.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
I don't think you can run MSE on a server. Once you've got the required roles installed, configured, and tested, run the SCW. |
|||||||||
|
|
I'm from the linux world. However these rules are kind of universal:
|
|||
|
|
|
Aside from the OS and IIS, you have to also think about the security of the web applications themselves. Make sure the stuff you are running is protected from sql injections, restrict web app management/log-in access to only trusted source addresses if possible, keep the applications up to date and follow security errata if using 3rd party software. |
|||
|
|