The TextStream Object The TextStream object is used to access the contents of text files. The following code creates a text file (c:test.txt) and then writes some text to the… read more →
The FileSystemObject Object The FileSystemObject object is used to access the file system on the server. This object can manipulate files, folders, and directory paths. It is also possible to… read more →
The ASPError object is used to display detailed information of any error that occurs in scripts in an ASP page. The ASPError Object The ASPError object was implemented in ASP… read more →
A group of ASP files that work together to perform some purpose is called an application. The Application object in ASP is used to tie these files together. Application Object… read more →
Request Object When a browser asks for a page from a server, it is called a request. The ASP Request object is used to get information from the user. Its… read more →
Response Object The ASP Response object is used to send output to the user from the server. Its collections, properties, and methods are described below: Collections Collection Description Cookies Sets… read more →
CDOSYS is a built-in component in ASP. This component is used to send e-mails with ASP. Sending e-mail with CDOSYS CDO (Collaboration Data Objects) is a Microsoft technology that is… read more →
The Global.asa file is an optional file that can contain declarations of objects, variables, and methods that can be accessed by every page in an ASP application. The Global.asa file… read more →
The #include directive is used to create functions, headers, footers, or elements that will be reused on multiple pages. The #include Directive You can insert the content of one ASP… read more →
A group of ASP files that work together to perform some purpose is called an application. The Application object in ASP is used to tie these files together. Application Object… read more →