Categories
Tags → Error In Asp

ASP Error - The HTTP Headers are already written

While redirecting from a page in asp we get a very common error: The HTTP headers are already written to the client browser. Response object error ''ASP 0156 : 80004005 Header Error /test.asp, line 135 The HTTP headers are already writte...
DETAILS

Make database access safer with transactions

You can use transactions in ASP as a kind of insurance policy for your database activities, making them safer and providing better error recovery. Transactions are most useful when doing multiple actions on multiple tables. The example below shows ju...
DETAILS

Page:
©2003-2019 jCay.com