'/' 응용 프로그램에 서버 오류가 있습니다.

클라이언트 (sURL="...meseed=175&#!lid=269080&bid=9&...")에서 잠재적 위험이 있는 Request.QueryString 값을 발견했습니다.

설명: ASP.NET이 요청에서 HTML 태그 또는 스크립트가 포함될 수 있어 잠재적으로 위험한 데이터를 발견했습니다. 이 데이터는 사이트 간 스크립팅 공격과 같이 응용 프로그램의 보안을 위협하는 시도가 있었음을 나타낼 수 있습니다. 이 유형의 입력이 응용 프로그램에서 적절한 경우 웹 페이지에 코드를 포함하여 명시적으로 허용할 수 있습니다. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=212874를 참조하십시오.

예외 정보: System.Web.HttpRequestValidationException: 클라이언트 (sURL="...meseed=175&#!lid=269080&bid=9&...")에서 잠재적 위험이 있는 Request.QueryString 값을 발견했습니다.

소스 오류:


줄 144:            }
줄 145:
줄 146:            string sURL = Request["sURL"];
줄 147:            if (sURL != null &&
줄 148:                sURL.Length > 0)

소스 파일: e:\Server\new_www\page_translater.aspx.cs    줄: 146

스택 추적:


[HttpRequestValidationException (0x80004005): 클라이언트 (sURL="...meseed=175&#!lid=269080&bid=9&...")에서 잠재적 위험이 있는 Request.QueryString 값을 발견했습니다.]
   System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +11779120
   System.Web.HttpValueCollection.EnsureKeyValidated(String key) +11776093
   System.Web.HttpValueCollection.Get(String name) +24
   System.Web.HttpRequest.get_Item(String key) +37
   page_translater.Page_Load(Object sender, EventArgs e) in e:\Server\new_www\page_translater.aspx.cs:146
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +9318
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +355
   System.Web.UI.Page.ProcessRequest() +79
   System.Web.UI.Page.ProcessRequest(HttpContext context) +74
   ASP.page_translater_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\db63071e\10e23638\App_Web_rpmwp0ov.0.cs:0
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +542
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +93


버전 정보: Microsoft .NET Framework 버전:4.0.30319; ASP.NET 버전:4.8.4494.0