我知道我以编程方式检查它
ConfigurationSection configSection =
(CompilationSection) ConfigurationManager.GetSection( "system.web/compilation" );
我知道它在生产中也有点慢......但是如果我们处于一种测试阶段,它还没有伤害......
我知道我以编程方式检查它
ConfigurationSection configSection =
(CompilationSection) ConfigurationManager.GetSection( "system.web/compilation" );
我知道它在生产中也有点慢......但是如果我们处于一种测试阶段,它还没有伤害......