asp.net - Speed up .net assembly load time during development -


I am working on a large (100C assemblies) ASP.NET application and it's a few minutes time during development The first page to re-compile after recombination can be taken

I have been told that there is a lot of delays in assembly meetings and this delay is proportional to the number of assemblies (but not the size). I have not measured it yet

We are working on architectural changes to improve the conditions (assembling assemblies, leaving applications), but I was wondering if there was a quick hit fix That is what I can get, for example, IIS setting in development is changing or

We are using .NET 3.5.

Any suggestions for me?

Take a look at pre-compiling the app to remove the JIT.

precompile those organizations that are not working on you, create custom configurations that do not create assemblies that are not working by you, and Then you will only need jet.


Comments