我说一遍问题:
我使用http://localhost/admin/login.aspx准备登陆,但老师自动跳转到首页,然后我将后台目录admin改为GL,然后使用http://localhost/gl/login.aspx,就可以看到后台登陆了,输入用户密码顺利登陆,但后台首页版面很乱,就是没有加载CSS的状态,然后右窗口提示如下信息,无法进行任何操作:
Server Error in '/' Application.
Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The file '/Admin/MasterPage.master' does not exist.
Source Error:
Line 1: <%@ Page Language="C#" MasterPageFile="~/Admin/MasterPage.master" AutoEventWireup="true" Inherits="Kesion.NET.WebSite.MainCls" Title="安全选项设置" Codebehind="Main.aspx.cs" %>Line 2: <%@ Import Namespace="Kesion.Publics" %>Line 3: <%@ Import Namespace="Kesion.Cache" %> |
Source File: /gl/FrameWork/Main.aspx Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053