MVC 基础

 

 set the start page in web.config file,Views/Account/Login

 <system.web>

  <authentication mode="Forms">
  <forms loginUrl="~/Account/Login" timeout="2880" />
  </authentication>

</system.web>

 

posted on 2015-06-08 22:14  小柑  阅读(108)  评论(0编辑  收藏  举报