当前位置: 代码迷 >> ASP.NET >> ASP.NET 2.0 如何修改首页
  详细解决方案

ASP.NET 2.0 如何修改首页

热度:2877   发布时间:2013-02-25 00:00:00.0
ASP.NET 2.0 怎么修改首页?
刚学ASP.NET   用VS2005对着书上的列子抄了个网站,可书上没说明怎么修改首页。
例题上的首页是   Defualt.aspx   ,我想该为History.aspx.我试着改了Web.config。
我把
        <!--Set   forms   authentication   and   define   the   login   page-->
        <authentication   mode= "Forms ">
            <forms   loginUrl= "Default.aspx "   />
        </authentication>
换成
  <!--Set   forms   authentication   and   define   the   login   page-->
        <authentication   mode= "Forms ">
            <forms   loginUrl= "History.aspx "   />
        </authentication>
可还是没用,请问各位到底要怎么改?

------解决方案--------------------------------------------------------
直接右键点解决方案管理器的页面,选择设置成起始页
  相关解决方案