Server Error in '/' Application.
--------------------------------------------------------------------------------Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Server cannot read capabilities configuration r.Source Error: 
Line 632:            rendersBreakBeforeWmlSelectAndInput = "false"
Line 633:            requiresAttributeColonSubstitution = "false"
Line 634:            requiresPhoneNumbersAsPlainText = "false"
Line 635:            requiresUrlEncodedPostfieldValues = "false"
Line 636:            requiredMetaTagNameValue = "<filter>
 Source File: c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config    Line: 634 
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 
以上为显示的错误,程序很简单为下:(当去掉<%@ Page Language="C#"%>时,没有错误了.)<%@ Page Language="C#"  %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<asp:label ID="label1" Text="hello" Font-Bold="true" Font-Size="25pt" runat="server"/>
</body>
</html>