Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Server Error in '/' Application.
  2. A potentially dangerous Request.Form value was detected from the client (ctl00$MainContent$forum$ctl03$YafTextEditor="...es/ln1.jpg<br />Referer URL: h...").
  3. Description: ASP.NET has detected data in the request that is potentially dangerous because it might include HTML markup or script. The data might represent an attempt to compromise the security of your application, such as a cross-site scripting attack. If this type of input is appropriate in your application, you can include code in a web page to explicitly allow it. For more information, see http://go.microsoft.com/fwlink/?LinkID=212874.
  4.  
  5. Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (ctl00$MainContent$forum$ctl03$YafTextEditor="...es/ln1.jpg<br />Referer URL: h...").
  6.  
  7. Source Error:
  8.  
  9. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
  10.  
  11. Stack Trace:
  12.  
  13.  
  14. [HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (ctl00$MainContent$forum$ctl03$YafTextEditor="...es/ln1.jpg<br />Referer URL: h...").]
  15. System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +11968679
  16. System.Web.HttpValueCollection.EnsureKeyValidated(String key) +11965319
  17. System.Web.HttpValueCollection.GetValues(String name) +23
  18. System.Web.UI.HtmlControls.HtmlTextArea.LoadPostData(String postDataKey, NameValueCollection postCollection) +51
  19. System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +558
  20. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +9458
  21. System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +345
  22. System.Web.UI.Page.ProcessRequest() +75
  23. System.Web.UI.Page.ProcessRequest(HttpContext context) +70
  24. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +790
  25. System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
  26. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88
  27.  
  28. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3429.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement