Speeding up build times in ASP.NET

后端 未结 10 1095
感动是毒
感动是毒 2020-12-28 20:32

I am currently involved in a ASP.NET project with about 40 projects in the solution. We are doing all our development in cloned Virtual PC environments so all developers hav

10条回答
  •  北海茫月
    2020-12-28 21:12

    And here is another tip to speed up build times with ASP.NET:

    • If you have enough memory, create a RamDisk and point your ASP.NET Temporary Files to this ram-based disk. Check this blog post for more details on how to speed up the build time of ASP.NET projects with RamDisk: http://www.wagnerdanda.me/2009/11/speeding-up-build-times-in-asp-net-with-ramdisk/

    Hope it helps!

    Wagner Danda da Silva

提交回复
热议问题