- 1,233 categories
- 40,403 scripts
Updated: 10/30/2006
- This tutorial helps you understand: How ASP server presents the programming environment to ASP pages with a number of run-time objects. Basic properties and methods of run-time objects: request, response, server, application, and session.
- Categories
- Tags
- Platforms
- Licenses
- Commercial License,
- Free for non-commercial use
- Author
- Getting the most out of ASP-based Web pages on the Microsoft Web platform is the mission of Professional ADO 2.5 RDS Programming with ASP 3.0, a practical-minded tutorial for developing Web pages with dynamic content using the latest standards from M...
- Active Server Pages give great performance, but you can make them even faster with a few tweaks to your code and database connections. Here''s a detailed tutorial on how to refine your scripts and ASP features for maximum speed.
- This tutorial describes how to create your own database-driven online photo album application. The database maintains a set of links to images and the comments to the images. Each set of pictures has 2 physical files (thumbnail and the actual picture...
- ASP pages are executed on the fly by a server when they are requested by a visitor. Because they are not compiled, ASP scripts are slow and hold up the processing of an html page. This results in people leaving your site and severely reduces the enjo...
- This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. By bundling ASP code into server-side components, developers not only increase Visual Basic functionality and ASP speed, but al...