Categories
Tags → Asp Object

SecureRequest

If you have a classic asp application that is not secured against SQL injection attacks then SecureRequest is the way to go! By replacing the original request object you have full control of all data that the user may manipulate. You can filter, ba...
DETAILS

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

Storing and retrieving variables from application object

In this tutorial, we will take a look at Application Object. When you''ve used Application Object, all ASP pages can store and retrieve information. The information in Application Object stored in server and all ASP pages can access the informat...
DETAILS

Page:
©2003-2019 jCay.com