views:

247

answers:

3

I want to give Windows Server 2008 a try as a .NET developer and a database environment.

I was wondering which configuration would be the most appropriate for the server in terms of:

  • Services: Which ones are unnecessary and can be turned off to increase performance?

  • Software: What software fits the best with the server and are good to increase developing scope (Sharepoint, SQL Server, VS2008, Azure)?

  • Tweaks: I know there is a tool to make the server more like a workstation. Is there anything else that is similar?

+3  A: 

Actually a default install of Windows Server 2008 doesn't have many services running to start with. Just add the roles you need to test your projects.

If you want to minimize the number of running services then you don't want to tweak the server into a workstation.

Windows programmer
+1  A: 

And don't forget. 64-bit! Cram the thing with as much RAM as it will take!

Dave Markle
thats what she said
John T
A: 

Don't activate Superfetch. It will load you disk with work for many long minutes each time the system starts.

Don't add "Widows Resource Manager" feature, which sounds attractive from its description. It will bring permanent CPU load in the range of 8-12%.

User