This topic is locked

Header Problems!

7/10/2005 2:28:13 AM
ASPRunnerPro General questions
author

I've just purchased ASPRunner Pro and created an Output Directory using a table from an MS Access Database (simple database with only a few fields). I've imported the new Directory (Output) into a web (using windows 98 on HP computer) with MS FrontPage and PWS server on localhost (works just fine using ASPRunner), but..... I keep getting the following error using ASPRunner Pro:
Response object error 'ASP 0156 : 80004005'

Header Error

/testing/output/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.
Looks like it has to do with Session - Can anyone help me with this problem

admin 7/11/2005

Hi,
we have added some new features in version 3.2 that are not supported by PWS. This code will work fine when you move it to real Web server.
To test it on PWS you can comment out line 8 in include/commonfunctions.asp

'

Response.CharSet = "Windows-" & "1252"

500292 7/11/2005

Thanks much!

D
dbonates 7/31/2005

Im having the same problem, but im on a real server!!! Local, is IIS, and it work fine, but, online Windows Windows 2003.
??? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=5359&image=1&table=forumreplies' class='bbc_emoticon' alt=':blink:' /> ???