
When trying to use the Response.Redirect method in a server-side script, the following error can occur when the page is accessed: Response object error 'ASP 0156 : 80004005
Header Error /, line 9 The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content. The Redirect method of the Response object operates by sending a header to the client. This header causes the client to look to another URL location specified in the header.
|