heya all, ive got abit of a problem. Im doin a system in asp- which works on a test server- but when on moving my application to a development server- it throws the following error messages where I do Response.Redire ct:
//messages begin----------------------------
Response object error 'ASP 0156:80004005'
Header Error
/Catloguesearch2 .asp, line 18
The HTTP headers are already written to the client
browser. Any HTTP header modifications must be made before
writing page content.
//messages end------------------------------
Ive already looked at the same post on this site- which coincidentally has the same problem but ive tried the soltion of looking at my include file as well as the set up on the other server.
This is urgent, so any help will be very much appreciated.
Thanks
//messages begin----------------------------
Response object error 'ASP 0156:80004005'
Header Error
/Catloguesearch2 .asp, line 18
The HTTP headers are already written to the client
browser. Any HTTP header modifications must be made before
writing page content.
//messages end------------------------------
Ive already looked at the same post on this site- which coincidentally has the same problem but ive tried the soltion of looking at my include file as well as the set up on the other server.
This is urgent, so any help will be very much appreciated.
Thanks
Comment