473,513 Members | 2,375 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

personal web server

am using pws on win 98 and when i try to excute any asp
page i got the following error

Response object error 'ASP 0156 : 80004005'
The HTTP headers are already written to the client
browser. Any HTTP header modifications must be made before
writing page content.
anyone can help?

Jul 19 '05 #1
5 2685
are you using an INCLUDE of any type?
Try a simple ASP with only a
Response.Write "Hello World"
in it once.
Otherwise show the code...

--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------
"shaymaa" <sh***********@yahoo.com> wrote in message
news:0b****************************@phx.gbl...
am using pws on win 98 and when i try to excute any asp
page i got the following error

Response object error 'ASP 0156 : 80004005'
The HTTP headers are already written to the client
browser. Any HTTP header modifications must be made before
writing page content.
anyone can help?

Jul 19 '05 #2
> Response object error 'ASP 0156 : 80004005'
The HTTP headers are already written to the client
browser. Any HTTP header modifications must be made before
writing page content.


Are you doing a response.redirect after writing data to the page? Sounds
like it.
Jul 19 '05 #3
TJS
set "Response.Buffer=true"

The Buffer property cannot be set after the server has sent output to the
client. For this reason, the call to Response.Buffer should be the first
line of the .asp file.

================================
http://www.ASPkey.net/
A Resource Site for Web Developers
*Free OnLine web Tools
*Free development services
================================
"shaymaa" <sh***********@yahoo.com> wrote in message
news:0b****************************@phx.gbl...
am using pws on win 98 and when i try to excute any asp
page i got the following error

Response object error 'ASP 0156 : 80004005'
The HTTP headers are already written to the client
browser. Any HTTP header modifications must be made before
writing page content.
anyone can help?

Jul 19 '05 #4
yes i use response.redirect and i dont know why i got this
error on pws although it doesnt appear while using IIS
-----Original Message-----
Response object error 'ASP 0156 : 80004005'
The HTTP headers are already written to the client
browser. Any HTTP header modifications must be made before writing page content.
Are you doing a response.redirect after writing data to

the page? Soundslike it.
.

Jul 19 '05 #5
www.adopenstatic.com/faq/headererror.asp

Buffering is probably turned on on the IIS server, but not on your PWS
server.

In any case, your page should be redesigned so that you do the "redirect"
*before* you write any content to the page (ie before <html> etc)

Cheers
Ken

"shaymaa" <sh***********@yahoo.com> wrote in message
news:09****************************@phx.gbl...
: yes i use response.redirect and i dont know why i got this
: error on pws although it doesnt appear while using IIS
: >-----Original Message-----
: >> Response object error 'ASP 0156 : 80004005'
: >> The HTTP headers are already written to the client
: >> browser. Any HTTP header modifications must be made
: before
: >> writing page content.
: >
: >Are you doing a response.redirect after writing data to
: the page? Sounds
: >like it.
: >
: >
: >.
: >
Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1507
by: SuperJay | last post by:
I currently want to install IIS on Windows 98 so I guess I want to install Personal Web Server. I cannot find a down load on Microsoft's site. I can find a Windows NT 4.0 Option Pack for Windows...
2
15207
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000...
1
4669
by: gregs | last post by:
Hi folks, I need to know which EXE's of SP3 to install with SQL Server 2000 Personal Edition. From the Microsoft website: ...
5
7802
by: azgoddess1 | last post by:
During the installation I get these error messages: ***** SQL1390C The environment variable DB2Instance is not defined or is invalid An error ocured while loading the command "C:\Program...
5
1681
by: Bendik Engebretsen | last post by:
Developed this personal WEB site with the new ASP.NET 2.0 Beta: http://www.techsoft.no/bendik/ It has got this problem: After a while browsing through pictures on the site, an error occurs: ...
20
2636
by: Dr. Colombes | last post by:
For a personal Web site with modest throughput and interactivity demans, I'm interested in your recommendation(s) for good (cheap, reliable, Linux friendly, very little, if any, sponsor...
0
2598
by: Larry Rebich | last post by:
I am trying to use the sample web template that is distributed with Visual Studio 2005 called 'Personal Web Site Starter Kit'. After running for awhile it fails with the following message: ...
2
4438
by: sohail28 | last post by:
Hello, I want to Buy "SQL Server 2000 Personal Edition", from online or reseller etc., I fed up of searching for SQL Server 2000 Personal Edition, in online & in Software Market. Any one can...
1
1279
by: yfa | last post by:
Hello, I'm using WebPart on a IIS 6.0 web server running Windows 2003. I made a backup of the ASP database and I restore it on an other computer with Windows XP. Test 1 : I started the web...
6
3157
by: Zytan | last post by:
I ran through the VB Guided Tour some time ago. In particular, the "Managing Your Records: Using Data in Your Program" section: http://msdn2.microsoft.com/en-us/library/t25kbx0s(VS.80).aspx ...
0
7175
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7391
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7120
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7542
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5697
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4754
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3235
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1609
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
466
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.