ASP Hosting sale!
Double disk space and transfer for FREE!
Limited time offer! Act Now!

aspdev | articles | tutorials | forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Error - The HTTP headers are already written to the client

 
Post new topic   Reply to topic    ASPdev.org Forum Index -> ASP programming
View previous topic :: View next topic  
Author Message
newbie



Joined: 01 Oct 2004
Posts: 11

PostPosted: Tue Nov 02, 2004 2:52 pm    Post subject: Error - The HTTP headers are already written to the client Reply with quote

I'm getting the following error in my users.asp page:


Response object error 'ASP 0156 : 80004005'
Header Error
users.asp, line 24
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.


I have no idea what thsi means, please help!


Thanks
_________________
I'm still learning..
Back to top
View user's profile Send private message
administrator
Site Admin


Joined: 01 Oct 2004
Posts: 183

PostPosted: Tue Nov 02, 2004 3:59 pm    Post subject: Reply with quote

"The HTTP headers are already written to the client browser" ASP error is very easy to fix actually. All you need to do is to put the following line at the top of your ASP page:

Code:

Response.Buffer = True




Cheers,
_________________
Peter
ASP & ASP.NET Articles and Tutorials
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    ASPdev.org Forum Index -> ASP programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group

SQL Tutorial