Page 1 of 1

ASP Errors with Samples (FIX)

Posted: Sat Nov 22, 2003 8:56 am
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.

Posted: Sat Nov 22, 2003 10:10 am
by ScottBot
Thanks.



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



Scott