Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Server cannot set status after HTTP headers have been sent.</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 '/' Application.<hr width=100% size=1 color=silver></H1>
  29.  
  30. <h2> <i>Server cannot set status after HTTP headers have been sent.</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.HttpException: Server cannot set status after HTTP headers have been sent.<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. [HttpException (0x80004005): Server cannot set status after HTTP headers have been sent.]
  63. System.Web.HttpResponse.set_StatusCode(Int32 value) +12012264
  64. BaseXMLPage.DisplayError(Exception exception) +713
  65. BasePage.BasePage_Error(Object sender, EventArgs e) +2256
  66. System.Web.UI.TemplateControl.OnError(EventArgs e) +143
  67. System.Web.UI.Page.HandleError(Exception e) +107
  68. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +10416
  69. System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +361
  70. System.Web.UI.Page.ProcessRequest() +76
  71. System.Web.UI.Page.ProcessRequest(HttpContext context) +70
  72. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +508
  73. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +92
  74. </pre></code>
  75.  
  76. </td>
  77. </tr>
  78. </table>
  79.  
  80. <br>
  81.  
  82. <hr width=100% size=1 color=silver>
  83.  
  84. <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1590.0
  85.  
  86. </font>
  87.  
  88. </body>
  89. </html>
  90. <!--
  91. [HttpException]: Server cannot set status after HTTP headers have been sent.
  92. at System.Web.HttpResponse.set_StatusCode(Int32 value)
  93. at BaseXMLPage.DisplayError(Exception exception)
  94. at BasePage.BasePage_Error(Object sender, EventArgs e)
  95. at System.Web.UI.TemplateControl.OnError(EventArgs e)
  96. at System.Web.UI.Page.HandleError(Exception e)
  97. at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  98. at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  99. at System.Web.UI.Page.ProcessRequest()
  100. at System.Web.UI.Page.ProcessRequest(HttpContext context)
  101. at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  102. at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  103. --><!--
  104. This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement