添加NewLife.Mvc.sln 将Mvc相关的相关使用独立的解决方案,避免调试时启动额外的网站 修改NewLife.Mvc.Test中内容页面的链接,用于测试其它的路由
netwjx 编写于 2011-11-09 17:16:12
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>