asp.net2.0 + vb.net + Ajax,点击按钮,出现一个痛苦的问题:
Sys.Webforms. PageRequestManag erServerErrorExc eption: An uknown error occurred while processing the request on the server. The status code returned from the server was: 500

























解决问题的方法,在:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="xxx.aspx.vb" Inherits="xxx" %>里加上一个属性:ValidateRequest="false" 即可。