网站发布成功,但是在IIS运行时提示 母版错误
我做的网站项目发布时提示 发布成功
但是放到iis里,出现下面错误信息:
- HTML code
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: Could not load type 'DL.Site'.Source Error: Line 1: <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.master.cs" Inherits="DL.Site" %>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: /dl/Site.Master Line: 1 --------------------------------------------Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
我哪里错了啊?
[解决办法]
先搞清楚是母板出错还是所有页面都错
[解决办法]
母版出错可能性不大