ASP Errors with Samples (FIX)

General HouseBot discussion. Any issues that don't fit into any of the other topics belong here.
Post Reply
MediaStorm
Member
Posts: 30
Joined: Sat Jun 28, 2003 1:58 pm

ASP Errors with Samples (FIX)

Post by MediaStorm »

When trying to use the ASP example web pages with external control, you will need to make sure that you have your IIS server configured to enable buffering otherwise you will get an error about trying to set the headers after the content is written.



The redirect command causes the headers to be rewritten and will cause the error unless buffering is enabled.
ScottBot
Site Admin
Posts: 2806
Joined: Thu Feb 13, 2003 6:46 pm
Location: Georgia (USA)
Contact:

Post by ScottBot »

Thanks.



I should have added <% Response.Buffer = True %> at the top of each page. I'll fix that.



Scott
Post Reply