|
 |
asp_components thread: 'ASP 0156 : 80004005'
Message #1 by Omer <sosal@c...> on Fri, 02 Mar 2001 20:46:47 -0500
|
|
hi
im relatively new to ASP. I encounterd an error when trying to click
on one of the banners i created. It said
Response object error 'ASP 0156 : 80004005'
Header Error
/AdRotatorRedirector.asp, line 19
The HTTP headers are already written to the client browser. Any HTTP
header modifications must be made before writing page content.
what does this mean??
by the way line 19 redirects the user using Response.Redirect strURL(a
query string)
Omer
Message #2 by Imar Spaanjaars <Imar@S...> on Sat, 03 Mar 2001 11:25:23 +0100
|
|
Hi Omer,
Check out the following article at Ken's site:
http://www.adopenstatic.com/faq/headererror.asp
Imar
At 08:46 PM 3/2/2001 -0500, you wrote:
>hi
> im relatively new to ASP. I encounterd an error when trying to click
>on one of the banners i created. It said
>
>Response object error 'ASP 0156 : 80004005'
>
>Header Error
>
>/AdRotatorRedirector.asp, line 19
>
>The HTTP headers are already written to the client browser. Any HTTP
>header modifications must be made before writing page content.
>
>what does this mean??
>by the way line 19 redirects the user using Response.Redirect strURL(a
>query string)
>Omer
Message #3 by "Omer Salam" <sosal@c...> on Sat, 3 Mar 2001 21:56:05
|
|
Hi Imar
thanks..that was really helpful :)
> Hi Omer,
>
> Check out the following article at Ken's site:
>
> http://www.adopenstatic.com/faq/headererror.asp
>
> Imar
>
>
> At 08:46 PM 3/2/2001 -0500, you wrote:
> >hi
> > im relatively new to ASP. I encounterd an error when trying to click
> >on one of the banners i created. It said
> >
> >Response object error 'ASP 0156 : 80004005'
> >
> >Header Error
> >
> >/AdRotatorRedirector.asp, line 19
> >
> >The HTTP headers are already written to the client browser. Any HTTP
> >header modifications must be made before writing page content.
> >
> >what does this mean??
> >by the way line 19 redirects the user using Response.Redirect strURL(a
> >query string)
> >Omer
>
|
|
 |