Search code examples
iis-7asp-classicweb-deployment-project

Classic ASP: Check if headers are sent to the client


Can we tell if HTTP headers are already sent to the browser, in classic ASP?

In PHP, we can use headers_sent() for this.

Using IIS7


Solution

  • Have you checked out the Request or Response Objects? That's the only thing I can think of that would show the header information.

    http://www.w3schools.com/asp/asp_ref_request.asp