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 System.Web.UI.WebControls.RequireFieldValidator from assembly System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.Source Error: 
Line 10: <ASP:Label Id="L2" Runat="Server" Text="" />
Line 11: <br>
Line 12: <ASP:RequireFieldValidator Id="R1" Runat="Server" ControlToValidate="T1" Text="不能为空" />
Line 13: <br>
Line 14: <ASP:RegularExpressionValidator Id="R2" Runat="Server" ControlToValidate="T1" ValidationExpression="[123456790]{9}" Text="必须是数字" />
 
Source File: c:\inetpub\wwwroot\1.aspx    Line: 12