short thoughts‎ > ‎

minimal install of a microsoft 2003 or 2008 build server for csharp webapplications running iis 6 or 7

posted Jan 21, 2011, 7:04 PM by Steve Craig   [ updated Nov 19, 2011, 12:30 PM ]
minimal install of a microsoft 2003 or 2008 build server for csharp webapplications running iis 6 or 7, perhaps developed with visual studio 2010

building .net webapplications without visual studio

first
240MB of .net framework 4.0
from microsoft windows update

second
only 22MB for Tools!? also, however from the SDK for Windows 7: building dotnet4 applications will require .NET Development or Intellisense also!
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6B6C21D2-2006-4AFA-9702-529FA782D63B&displayLang=en

total >262 MB (if also installing intellisense / reference frameworks)

slightly more for a continuous integration server if required:
http://ccnetlive.thoughtworks.com/ccnet/doc/CCNET/CruiseControl.NET%20Server.html


Thanks for the SDK link - http://stackoverflow.com/users/83658/jpierson

Comments