Advertisement
Guest User

Serenity Error

a guest
Jan 17th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 7.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>The required anti-forgery form field &quot;__RequestVerificationToken&quot; is not present.</title>
  5.         <meta name="viewport" content="width=device-width" />
  6.         <style>
  7.          body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  8.          p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  9.          b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  10.          H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  11.          H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  12.          pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
  13.          .marker {font-weight: bold; color: black;text-decoration: none;}
  14.          .version {color: gray;}
  15.          .error {margin-bottom: 10px;}
  16.          .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  17.          @media screen and (max-width: 639px) {
  18.           pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
  19.          }
  20.          @media screen and (max-width: 479px) {
  21.           pre { width: 280px; }
  22.          }
  23.         </style>
  24.     </head>
  25.  
  26.     <body bgcolor="white">
  27.  
  28.             <span><H1>Server Error in '/LCReservations.Web' Application.<hr width=100% size=1 color=silver></H1>
  29.  
  30.             <h2> <i>The required anti-forgery form field &quot;__RequestVerificationToken&quot; is not present.</i> </h2></span>
  31.  
  32.             <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  33.  
  34.             <b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  35.  
  36.             <br><br>
  37.  
  38.             <b> Exception Details: </b>System.Web.Mvc.HttpAntiForgeryException: The required anti-forgery form field &quot;__RequestVerificationToken&quot; is not present.<br><br>
  39.  
  40.             <b>Source Error:</b> <br><br>
  41.  
  42.             <table width=100% bgcolor="#ffffcc">
  43.                <tr>
  44.                   <td>
  45.                       <code>
  46.  
  47. 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.</code>
  48.  
  49.                   </td>
  50.                </tr>
  51.             </table>
  52.  
  53.             <br>
  54.  
  55.             <b>Stack Trace:</b> <br><br>
  56.  
  57.             <table width=100% bgcolor="#ffffcc">
  58.                <tr>
  59.                   <td>
  60.                       <code><pre>
  61.  
  62. [HttpAntiForgeryException (0x80004005): The required anti-forgery form field &quot;__RequestVerificationToken&quot; is not present.]
  63.    System.Web.Helpers.AntiXsrf.TokenValidator.ValidateTokens(HttpContextBase httpContext, IIdentity identity, AntiForgeryToken sessionToken, AntiForgeryToken fieldToken) +671
  64.    System.Web.Helpers.AntiXsrf.AntiForgeryWorker.Validate(HttpContextBase httpContext) +119
  65.    System.Web.Mvc.ControllerActionInvoker.InvokeAuthorizationFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor) +156
  66.    System.Web.Mvc.Async.&lt;&gt;c__DisplayClass3_1.&lt;BeginInvokeAction&gt;b__0(AsyncCallback asyncCallback, Object asyncState) +1082
  67.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +163
  68.    System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeAction(ControllerContext controllerContext, String actionName, AsyncCallback callback, Object state) +463
  69.    System.Web.Mvc.&lt;&gt;c.&lt;BeginExecuteCore&gt;b__152_0(AsyncCallback asyncCallback, Object asyncState, ExecuteCoreState innerState) +45
  70.    System.Web.Mvc.Async.WrappedAsyncVoid`1.CallBeginDelegate(AsyncCallback callback, Object callbackState) +73
  71.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +163
  72.    System.Web.Mvc.Controller.BeginExecuteCore(AsyncCallback callback, Object state) +789
  73.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +163
  74.    System.Web.Mvc.Controller.BeginExecute(RequestContext requestContext, AsyncCallback callback, Object state) +633
  75.    System.Web.Mvc.&lt;&gt;c.&lt;BeginProcessRequest&gt;b__20_0(AsyncCallback asyncCallback, Object asyncState, ProcessRequestState innerState) +99
  76.    System.Web.Mvc.Async.WrappedAsyncVoid`1.CallBeginDelegate(AsyncCallback callback, Object callbackState) +73
  77.    System.Web.Mvc.Async.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +163
  78.    System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) +544
  79.    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +1020
  80.    System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
  81.    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +128
  82. </pre></code>
  83.  
  84.                   </td>
  85.                </tr>
  86.             </table>
  87.  
  88.             <br>
  89.  
  90.             <hr width=100% size=1 color=silver>
  91.  
  92.             <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3282.0
  93.  
  94.             </font>
  95.  
  96.     </body>
  97. </html>
  98. <!--
  99. [HttpAntiForgeryException]: The required anti-forgery form field &quot;__RequestVerificationToken&quot; is not present.
  100.   at System.Web.Helpers.AntiXsrf.TokenValidator.ValidateTokens(HttpContextBase httpContext, IIdentity identity, AntiForgeryToken sessionToken, AntiForgeryToken fieldToken)
  101.   at System.Web.Helpers.AntiXsrf.AntiForgeryWorker.Validate(HttpContextBase httpContext)
  102.   at System.Web.Mvc.ControllerActionInvoker.InvokeAuthorizationFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor)
  103.   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3_1.<BeginInvokeAction>b__0(AsyncCallback asyncCallback, Object asyncState)
  104.   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout)
  105.   at System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeAction(ControllerContext controllerContext, String actionName, AsyncCallback callback, Object state)
  106.   at System.Web.Mvc.Controller.<>c.<BeginExecuteCore>b__152_0(AsyncCallback asyncCallback, Object asyncState, ExecuteCoreState innerState)
  107.   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallBeginDelegate(AsyncCallback callback, Object callbackState)
  108.   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout)
  109.   at System.Web.Mvc.Controller.BeginExecuteCore(AsyncCallback callback, Object state)
  110.   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout)
  111.   at System.Web.Mvc.Controller.BeginExecute(RequestContext requestContext, AsyncCallback callback, Object state)
  112.   at System.Web.Mvc.MvcHandler.<>c.<BeginProcessRequest>b__20_0(AsyncCallback asyncCallback, Object asyncState, ProcessRequestState innerState)
  113.   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallBeginDelegate(AsyncCallback callback, Object callbackState)
  114.   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout)
  115.   at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state)
  116.   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  117.   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
  118.   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  119. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement