你可以看下你的web.config文件中是不是把学生的注册页面设置成了主页面?

解决方案 »

  1.   

    <%@ Page Language="C#" MasterPageFile="~/Series/wmcq/Wmcq.Master" AutoEventWireup="true"
        CodeBehind="WmcqIndex.aspx.cs" Inherits="ZWW.Web.Series.wmcq.WmcqIndex" Title="创建文明城市" %>
    看下你aspx页面的page对应的cs文件名是不是企业这个注册页~~~~也就是 CodeBehind的值对不对
      

  2.   

    我是这么设置的<authentication mode="Forms">
    <forms loginUrl="~/Account/Login.aspx" timeout="2880"/>
    </authentication>
      

  3.   

    <%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="zhuce-dw.aspx.cs" Inherits="zhuce_dw" %>