Wednesday, April 28, 2010

Speeding up ASP.NET debugging on XP (I hope!)



The original line reads:

     <compilation debug="true" strict="false">

and we changed it to

     <compilation debug="true" strict="false" optimizeCompilations="true">

So we added one switch (during the development cycle).

But to get this working, you might need to install something like:

http://support.microsoft.com/kb/961884