This is frustrating.
I have an application that will run fine on my desktop IIS, but as soon as I load it up onto a server I get errors like:The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
Or database errors because it doesn't like my recordset.update command.
Why is it doing this?! Is there something I should know about transferring an ASP app over? Both my desktop and the host are using IIS 4.0, so I'm really stumped (and I'm using a DSN-less connection).
HELP!!!
Jack
I have an application that will run fine on my desktop IIS, but as soon as I load it up onto a server I get errors like:The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
Or database errors because it doesn't like my recordset.update command.
Why is it doing this?! Is there something I should know about transferring an ASP app over? Both my desktop and the host are using IIS 4.0, so I'm really stumped (and I'm using a DSN-less connection).
HELP!!!
Jack