First-Time JIT Compile Takes Forever

During development of our Web Application Project with VS.NET 2005, I find
that right after a build, accessing the site takes a very long time. Looking
in Task Manager, I see many csc.exe processes running, one right after
another. These are not maxing out on CPU time.

Is there a way to get some sort of log of what is being compiled? This might
help us to reduce the amount that needs to be recompiled when the project is
built. Perhaps there's an undocumented trace switch?

Thanks for any help,
John

P.S. We'll try precompiling, but right now, the site won't precompile.
John Saunders [ Fr, 09 Februar 2007 04:03 ] [ ID #1623895 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » First-Time JIT Compile Takes Forever

Vorheriges Thema: Add IF THEN clause to SELECT statement
Nächstes Thema: Use asp.net web apps login for a second asp.net web app