Are there any guides, howtos, books, etc about installing and maintaining a publicly-accessible Windows Server 2008 (with IIS and SQL server) for programmers (that want to deploy their own apps)?

link|improve this question
feedback

2 Answers

Assuming this will be a publicly accessible server you should look specifically at Microsofts Windows Server Operations guide and their server hardening guide which will give good guidance on a secure deployment - you'll find both in Technet.

link|improve this answer
I'm having some trouble finding them, can you post some links? – J. Pablo Fernández Aug 20 '09 at 9:30
Or for 2008 technet.microsoft.com/en-us/library/cc514539.aspx – Chris W Aug 20 '09 at 12:26
The guide starts with "This guide provides instructions and recommendations to help strengthen the security of computers running Windows Server® 2008 that are members of an Active Directory® domain.". This is going to be only a one server, won't be part of Active Directory, or should I create an active directory only for itself? – J. Pablo Fernández Aug 27 '09 at 6:14
feedback

There are the usual answers like Patching, Firewalls, Defense in Depth etc....

More specifically there is the Windows Server 2003 Security Guide that includes a lot of info on hardening a base win2k3 box.

There is also the Windows Server 2003 Security Compliance Management Toolkit. Not a straight forward document, but a lot of good information.

(There are equivalent documents for other Windows versions)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.