This topic is locked

'ASP 0156 : 80004005'

9/5/2005 8:40:20 AM
ASPRunnerPro General questions
R
roller author

I am getting the following error when the website is published to my service provider but not on my local server:
Response object error 'ASP 0156 : 80004005'
Header Error
/reports0506sec1/include/commonfunctions.asp, line 8
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
Should I look to my service provider for the solution or should the code be modified?
Thanks

501243 9/5/2005

Add <% response.buffer=true %> to page if can't change setting on server

R
roller author 9/5/2005

Thanks Peter,
I wasn't entirely sure where to put the code so I tried various places at the top of the page, but the error seemed to change and start following whatever line I put it on. If that makes sense. I will try again.

Sergey Kornilov admin 9/5/2005

We have seen this error on Windows NT 4.0 web server.
Try to comment or delete Response.Flush line in ..._list.asp page.
We'll fix it in the next ASPRunnerPro update.
Please not that Windows NT 4.0 is not supported by Microsoft anymore. Consider upgrading to Windows 2000 or Windows 2003 Web server.