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…
Last updated: August 26, 2026. Read submitted values from Request.Form, validate them on the server, and encode values before returning…
Last updated: August 26, 2026. A TextStream reads or writes text through Scripting.FileSystemObject. Use a fixed server-side path and choose…
Last updated: August 26, 2026. A FileSystemObject Folder object represents a server-side directory and exposes its files, subfolders, dates, size,…
Last updated: August 26, 2026. The File object returned by FileSystemObject.GetFile exposes metadata and file-management methods for one server-side file.…
Last updated: August 27, 2026. Start with a minimal .asp page, confirm that the IIS ASP role service is installed,…
Last updated: August 26, 2026. A FileSystemObject Drive object describes a local, removable, or network drive visible to the IIS…
Last updated: August 25, 2026. The VBScript Scripting.Dictionary object stores key-value pairs. It is useful for lookups, counters, and small…
Last updated: August 26, 2026. The ASP Session object stores per-visitor values across requests using a session identifier cookie. Set,…
Last updated: August 26, 2026. The ASP Application object stores values shared by every request in one IIS application. Use…