Advertisement
Guest User

Kerr

a guest
Apr 19th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. Server Error in '/' Application.
  2. A potentially dangerous Request.Form value was detected from the client (text="...17:21:43] <Kerr> people of zk,...").
  3. 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. To allow pages to override application request validation settings, set the requestValidationMode attribute in the httpRuntime configuration section to requestValidationMode="2.0". Example: <httpRuntime requestValidationMode="2.0" />. After setting this value, you can then disable request validation by setting validateRequest="false" in the Page directive or in the <pages> configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case. For more information, see http://go.microsoft.com/fwlink/?LinkId=153133.
  4.  
  5. Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (text="...17:21:43] <Kerr> people of zk,...").
  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. [HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (text="...17:21:43] <Kerr> people of zk,...").]
  14. System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +8862660
  15. Microsoft.Web.Infrastructure.DynamicValidationHelper.<>c__DisplayClass12.<ReplaceCollection>b__d(String value, String key) +79
  16. Microsoft.Web.Infrastructure.DynamicValidationHelper.LazilyEvaluatedNameObjectEntry.ValidateObject() +89
  17. Microsoft.Web.Infrastructure.DynamicValidationHelper.LazilyValidatingHashtable.get_Item(Object key) +54
  18. System.Collections.Specialized.NameObjectCollectionBase.FindEntry(String key) +20
  19. System.Collections.Specialized.NameValueCollection.GetValues(String name) +8
  20. System.Web.Mvc.ValueProviderResultPlaceholder.GetResultFromCollection(String key, NameValueCollection collection, CultureInfo culture) +20
  21. System.Web.Mvc.<>c__DisplayClass4.<.ctor>b__0() +16
  22. System.Lazy`1.CreateValue() +361
  23. System.Lazy`1.LazyInitValue() +9587918
  24. System.Lazy`1.get_Value() +89
  25. System.Web.Mvc.NameValueCollectionValueProvider.GetValue(String key, Boolean skipValidation) +68
  26. System.Web.Mvc.ValueProviderCollection.GetValueFromProvider(IValueProvider provider, String key, Boolean skipValidation) +55
  27. System.Web.Mvc.<>c__DisplayClass9.<GetValue>b__4(IValueProvider provider) +33
  28. System.Linq.WhereSelectEnumerableIterator`2.MoveNext() +151
  29. System.Linq.WhereSelectEnumerableIterator`2.MoveNext() +177
  30. System.Linq.Enumerable.FirstOrDefault(IEnumerable`1 source) +4232212
  31. System.Web.Mvc.ValueProviderCollection.GetValue(String key, Boolean skipValidation) +272
  32. System.Web.Mvc.DefaultModelBinder.BindModel(ControllerContext controllerContext, ModelBindingContext bindingContext) +385
  33. System.Web.Mvc.ControllerActionInvoker.GetParameterValue(ControllerContext controllerContext, ParameterDescriptor parameterDescriptor) +317
  34. System.Web.Mvc.ControllerActionInvoker.GetParameterValues(ControllerContext controllerContext, ActionDescriptor actionDescriptor) +117
  35. System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +343
  36. System.Web.Mvc.Controller.ExecuteCore() +116
  37. System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +97
  38. System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +10
  39. System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +37
  40. System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
  41. System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +12
  42. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
  43. System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +50
  44. System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f) +7
  45. System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) +22
  46. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +60
  47. System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
  48. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8970061
  49. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184
  50.  
  51.  
  52. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement