Active Server Pages (ASP)
Active Server Pages (ASP) What is ASP? What can ASP do for you? How to install ASP on your own…
The easy way to know
Active Server Pages (ASP) What is ASP? What can ASP do for you? How to install ASP on your own…
The great advantage of ASP is possibility to respond to user queries or data submitted from HTML forms. You can…
The TextStream object provides sequential access to the contents of text files. This allows you to read, write, or append…
The folder object represents a specified file folder on the current machine. We can use the properties and methods of…
The File object represents a specified file on the local machine or on a network share. To work with the…
Enable ASP Pages Turn on script executing Permit editing of metabase.xml The most commonly encountered problems Some additional links on…
The Drive object represents a physical drive. This drive can exist on your machine, or it can be a drive…
The Dictionary object is used to store name/value pairs (referred to as the key and item respectively). The Dictionary object…
The Session object stores information needed for a particular user’s session on the web server. It is automatically created every…
An Active Server Page application is actually a collection of ASP files in a virtual directory and associated sub-directories. The…