06 2011 档案
摘要:--1、创建函数 create function [dbo].[clearhtml] (@maco varchar(8000)) returns varchar(8000) as begin declare @i int while 1 = 1 begin set @i=len(@maco) set @maco=replace(@maco, substring(@maco,charindex('<',@maco), charindex('>',@maco)-charindex('<',@maco)+1),space(0)) if
        阅读全文
            
摘要:具体错误信息是:System.Web.HttpRequestValidationException (0x80004005): 从客户端(HtmlPhrasing="首页 >...")中检测到有潜在危险的 Request.Form 值。 在 System.Web.HttpRequest.ValidateString正确的解决办法是:<system.web><pages validateRequest="false" /> <httpRuntime requestValidationMode="2.0"
        阅读全文
            
 
                    
                 浙公网安备 33010602011771号
浙公网安备 33010602011771号