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>
MVC 基础
原文:http://www.cnblogs.com/ganting/p/4562108.html