必须填写至少10个字的日志
nnhy 编写于 2012-07-27 18:48:21
X
<?xml version="1.0"?>
<configuration>
  <appSettings>
    <!--<add key="NewLife.Mvc.Route.Debug" value="true"/>-->
  </appSettings>
  <system.web>
    <compilation debug="true"/>
    <httpModules>
      <add name="NewLife.Mvc" type="NewLife.Mvc.Route,NewLife.Mvc"/>
    </httpModules>
  </system.web>
</configuration>