View Single Post
ישן 26-01-08, 10:36   # 6
Labs
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Nov 2007
גיל: 34
הודעות: 1,500
Send a message via Skype™ to Labs

Labs לא מחובר  

Server Error in '/' Application.
A potentially dangerous Request.Cookies value was detected from the client (scone="<e,20006031,<b1875,0...").
Description: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. You can disable request validation by setting validateRequest=false in the Page directive or in the configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case.

Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Cookies value was detected from the client (scone="<e,20006031,<b1875,0...").

Source Error:

Line 11:
Line 12: ' --------- ANALYZING QUERYSTRING - SHOULD MOVE TO GLOBAL.ASAX -----------
Line 13: Dim strProcess As String = baseTools.sqlcleaner(Request("process"))
Line 14: ' Specific Game
Line 15: If InStr(strProcess, "game/") > 0 Then


Source File: d:\sites\new2.pcgames.co.il\Default.aspx.vb Line: 13

Stack Trace:

[HttpRequestValidationException (0x80004005): A potentially dangerous Request.Cookies value was detected from the client (scone="<e,20006031,<b1875,0...").]
System.Web.HttpRequest.ValidateString(String s, String valueName, String collectionName) +3219534
System.Web.HttpRequest.ValidateCookieCollection(Ht tpCookieCollection cc) +3219396
System.Web.HttpRequest.get_Cookies() +115
System.Web.HttpRequest.get_Item(String key) +61
_Default.Page_Load(Object sender, EventArgs e) in d:\sites\new2.pcgames.co.il\Default.aspx.vb:13
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6953
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +154
System.Web.UI.Page.ProcessRequest() +86
System.Web.UI.Page.ProcessRequestWithNoAssert(Http Context context) +18
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.default_aspx.ProcessRequest(HttpContext context) +29
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication.IExecutionStep.Execute() +154
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +64


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.210


דפדפן FF
  Reply With Quote