Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Server Error in '/' Application. Server cannot append header after HTTP headers have been sent.
  2.  
  3. Description: An unhandled exception occurred during the execution of the current web request.
  4.  
  5. Please review the stack trace for more information about the error
  6. and where it originated in the code.
  7.  
  8. Exception Details:
  9.  
  10. System.Web.HttpException: Server cannot append header after HTTP headers have been sent.
  11.  
  12. Source Error: An unhandled exception was generated during the execution of the current web request.
  13. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
  14.  
  15. Stack Trace:
  16.  
  17. [HttpException (0x80004005): Server cannot append header after HTTP headers have been sent.]
  18. System.Web.HttpHeaderCollection.SetHeader(String name, String value, Boolean replace) +11971605
  19. Sitecore.Web.XFrameOptionsHeaderModule.EndRequestHandler(Object sender, EventArgs e) +318
  20. System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +142
  21. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +92
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement