Skip to content

WebCheatSheet

The easy way to know

  • PHP
  • HTML
  • JavaScript
  • SQL
  • ASP
  • MS Access Functions

Category: ASP

ASP

Your First Classic ASP Page

adminDecember 14, 2022August 26, 2026

Last updated: August 26, 2026. A Classic ASP page mixes HTML with server-side script processed by IIS. Save the file…

ASP

Classic ASP Server Object

adminDecember 14, 2022August 26, 2026

Last updated: August 26, 2026. The ASP Server object supplies encoding, path mapping, component creation, execution, and error helpers. Common…

ASP

Classic ASP ASPError Object

adminDecember 14, 2022August 26, 2026

Last updated: August 26, 2026. Server.GetLastError() returns an ASPError object on a configured custom error page. Log technical details privately…

ASP

Classic ASP Response Object

adminDecember 14, 2022August 26, 2026

Last updated: August 26, 2026. The ASP Response object controls the HTTP response body, status, headers, cookies, and redirects. Write…

ASP

Classic ASP Request Object

adminDecember 12, 2022August 26, 2026

Last updated: August 26, 2026. The ASP Request object reads query strings, form fields, cookies, server variables, and uploaded request…

ASP

Cookies in Classic ASP

adminDecember 7, 2022August 27, 2026

Last updated: August 27, 2026. Read cookies through Request.Cookies and write them through Response.Cookies. Control Purpose Secure HTTPS only. HttpOnly…

ASP

Send Email from Classic ASP with CDO

adminDecember 3, 2022August 27, 2026

Last updated: August 27, 2026. Classic ASP can submit mail through CDO Message when an SMTP relay is available. Keep…

ASP

Store Passwords Safely for a Classic ASP Application

adminNovember 30, 2022August 27, 2026

Last updated: August 27, 2026. Store password hashes, not encrypted or plaintext passwords. Use Argon2id, scrypt, bcrypt, or PBKDF2 through…

ASP

Connect Classic ASP to MySQL

adminNovember 30, 2022August 27, 2026

Last updated: August 27, 2026. Connect Classic ASP through ADO and a configured MySQL ODBC data source. Store credentials in…

ASP

Connect Classic ASP to SQL Server

adminNovember 30, 2022August 26, 2026

Last updated: August 26, 2026. Use ADO with Microsoft’s supported OLE DB driver for SQL Server. Enable encryption and keep…

Posts navigation

Older posts
Newer posts

Recent Posts

  • Get the Size of Every MySQL Database and Table
  • Fix SQL Server ‘Insufficient Access Rights’ During Backup
  • Transfer SQL Server Logins and Passwords Between Instances
  • How to Write Better PHP
  • Create an On-Demand MySQL Backup from a PHP Application

Recent Comments

  1. jQuery File Upload: Setup and Secure PHP Handling – WebCheatSheet on Secure File Upload with PHP
  2. Sammy Hale on Extract Plain Text from RTF in PHP
  3. Pepillo on Extract Plain Text from RTF in PHP
  4. Alex on How to Create Thumbnail Images in PHP with GD
  5. Cole on jQuery File Upload: Setup and Secure PHP Handling

Archives

  • October 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022

Categories

  • ASP
  • HTML
  • Interactive SQL Tutorial
  • JavaScript
  • MS Access Functions
  • PHP
  • SQL
  • Uncategorized
Copyright © 2026 WebCheatSheetFresh News by Ascendoor | Powered by WordPress.