在windows 2003下建了一个站点指向该网站。每建一个aspx页面必须要先按F5后可以在浏览器中以192.168.1.10/XX.aspx方式访问,如果建立一个页面直接在流览器中运行则出现下面错误
错误提示如下:
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. Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053 是啥子原因!!! Parser Error Message: Could not load type 'Kojo.Web.Manage.e'. 这个不是提示吗
Parser Error Message: Could not load type 'Kojo.Web.a'.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="a.aspx.cs" Inherits="Kojo.Web.a" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: /a.aspx Line: 1
Kojo.Web.a这个类有问题!
Ctrl+Enter键快速提交