Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. Server Error in '/' Application.
  2. A potentially dangerous Request.Form value was detected from the client (ctl00$PlaceHolderMain$WikiField$ctl00$ctl00$TextField_spSave="<div class="External...").
  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$PlaceHolderMain$WikiField$ctl00$ctl00$TextField_spSave="<div class="External...").
  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$PlaceHolderMain$WikiField$ctl00$ctl00$TextField_spSave="<div class="External...").]
  15. System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +417
  16. System.Web.HttpRequest.ValidateHttpValueCollection(HttpValueCollection collection, RequestValidationSource requestCollection) +279
  17. System.Web.HttpRequest.get_Form() +59
  18. Microsoft.SharePoint.SPGlobal.GetParametersFromHttpRequest(SPSite site, Boolean bAuthenticated) +643
  19. Microsoft.SharePoint.SPGlobal.CreateSPRequestAndSetIdentity(SPSite site, String name, Boolean bNotGlobalAdminCode, String strUrl, Boolean bNotAddToContext, Byte[] UserToken, SPAppPrincipalToken appPrincipalToken, String userName, Boolean bIgnoreTokenTimeout, Boolean bAsAnonymous) +3000
  20. Microsoft.SharePoint.SPWeb.InitializeSPRequest() +258
  21. Microsoft.SharePoint.SPWeb.EnsureSPRequest() +299
  22. Microsoft.SharePoint.SPWeb.get_Request() +27
  23. Microsoft.SharePoint.WebControls.SPControl.EnsureSPWebRequest(SPWeb web) +240
  24. Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context) +862
  25. Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.GetContextWeb(HttpContext context) +22
  26. Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.PostResolveRequestCacheHandler(Object oSender, EventArgs ea) +1149
  27. System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +209
  28. System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +220
  29. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +94
  30.  
  31. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4069.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement