How can I tell if the "optimizeCompilations" option is working?

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-05-04T22:04:26Z Indexed on 2010/05/04 22:08 UTC
Read the original article Hit count: 1146

Filed under:
|
|

I've gone through the instructions found at http://blogs.msdn.com/davidebb/archive/2009/04/15/a-new-flag-to-optimize-asp-net-compilation-behavior.aspx, but I'm not sure if it's working.

This is for a .NeET 3.5 SP1 project. When I add the attribute to my web.config, I get the warning The 'optimizeCompilations' attribute is not declared.

Does this work for the ASP.NET Development Server? How can I test that it's working?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about web.config