Home

Submit

Source

Feeds

Home » ASP » General Development ::

ASP General Development
This article takes a look at three different ways to output content using Response.Write: using context switching, simple Response.Write statements, and Response.Write statements within a With block.
Related Tutorials
ASP General Development
Response Object
ASP / General Development
The Response object is used to send output to the client from the web server. The syntax, collections, properties and methods of the ASP Response object.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Counters
ASP and current performance values
ASP / Counters
This article lets you show a way to access IIS/ASP performance values from ASP. Source to show current number of anonymous users or main IIS performance values in HTML, values from other computers.

Site: www.motobit.com Report - View Tutorial

ASP General Development
Controlling HTTP Response Header Lines
ASP / General Development
This tutorial helps you understand: HTTP Response Syntax; HTTP Response Header Lines;Controlling Response Header Lines; Viewing Response Header Lines; Response Header Lines of Static Files; Setting Header Lines Directly in ASP Pages; Sending Binary Files to Browsers.

Site: www.herongyang.com Report - View Tutorial

ASP General Development
Maximize Your ASP Performance
ASP / General Development
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.

Site: www.webdevelopersjournal.com Report - View Tutorial

ASP Getting Started
Variables
ASP / Getting Started
Declaring variables in ASP is simple, especially since all variables are of Variant type. What does this mean to you? You don't have to declare if your variable is an integer, string, or object. You just declare it, and it has the potential to be anything. To declare a variable in ASP/VBScript we use the Dim statement. If you wanted to print out the variables, you could use the ASP 'Response.Write' command.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Database Integration
ASP Speed Tricks
ASP / Database Integration
This articles describes practical methods of optimizing the performance of classic ASP pages which retrieve and display tabular data from a database. Comparative test results are presented. Many of the techniques apply to ASP.Net and other scripting languages.

Site: www.somacon.com Report - View Tutorial

ASP Debugging and Error Handling
ASPError Object
ASP / Debugging and Error Handling
The ASPError object is a new in ASP 3.0, and is available in IIS5 and later. It provides a range of detailed information about the last error that occurred in script in an ASP page. The ASPError object is only available through the GetLastError method of the Server object.

Site: www.webcheatsheet.com Report - View Tutorial

ASP General Development
ASP Performance
ASP / General Development
The first area I want to test is integer arithmetic calculations. The following ASP page calculates prime number starting from number 3, and repeats the test many times.

Site: www.herongyang.com Report - View Tutorial

ASP Emailing
Sending Mail from ASP with CDONTS.NewMail Object
ASP / Emailing
The NewMail object gives you the ability to send a message within an ASP page with only few lines of code.

Site: www.devasp.com Report - View Tutorial

ASP General Development
Using the Application Object to Improve Performance
ASP / General Development
This article discusses the usage of persistence with the Application object in detail. Explains when to use Persistence, advantanges and disadvantages of using Persistence, and what types of data exchanges are targets for optimization and the benefits and disadvantages of using persistence with the Application object.

Site: www.15seconds.com Report - View Tutorial

ASP Getting Started
Herong's Tutorial Notes on ASP
ASP / Getting Started
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning ASP himself. Topics include ActiveX, ASP, attachment, binary file, collection, cookies, HTTP response header, IIS, Perl, redirect, scripting, script debugger, script runtime DLL, session, VBScript.

Site: www.herongyang.com Report - View Tutorial

ASP Getting Started
Herong's Notes on ASP
ASP / Getting Started
Notes and sample codes collected while learning ASP. Topics covered include: IIS, Script Debugger, VB Script, Objects, Session, Cookie, Script Runtime DLL, ADO, and performance.

Site: www.geocities.com Report - View Tutorial

ASP Miscellaneous
Access ASP Application object from a remote script
ASP / Miscellaneous
ASP has no interface to access Application data from other environment than VBS/JS in context of ASP page in the same application. But we can create a simple http interface and use the Application object from any other environment - wsh, VBA (Word, Excel), etc.

Site: www.motobit.com Report - View Tutorial

ASP General Development
Built-in Objects
ASP / General Development
This chapter describes: * 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.

Site: www.herongyang.com Report - View Tutorial

ASP Miscellaneous
ActiveLogFile performance
ASP / Miscellaneous
you need some logging for your asp application. You want to log current time and some other values to the log file and you need to have daily logs.

Site: www.motobit.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement