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 have Windows Server 2008, with IIS 7.5 and SQL Server 2008. I want to install DotNetNuke which is an ASP.NET application. What are the necessary precautions to not to get pwn3d.

share|improve this question

2 Answers

up vote 2 down vote accepted

This is a very open ended question I think. Use your favorite search engine to search for:
"iis7 hardnening" or "sql 2008 hardening" (etc.) and it should get you started.

Here are some examples of good hardening practices:
IIS 7
SQL 2008
Windows Server 2008
DotNetNuke

share|improve this answer

Outside standard configuration settings such as strong password enforcement in windows/sql, and even for users in the application, and web site precautions for XSS and other common attacks, you also want to make sure that the application is secured, any configuration files with connection strings or passwords encrypted, security data encrypted too (that you store in SQL Server), and so on.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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