Home

Submit

Source

Feeds

Home » ASP » General Development ::

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.
Related Tutorials
ASP General Development
Application Object
ASP / General Development
An Active Server Page application is actually a collection of ASP files in a virtual directory and associated sub-directories. The Application object is used to control and manage all items that are available to all users of an Active Server application. The Application items can be variables needed for all users in the application, or they can be instantiated objects that provide special server-side functionality.

Site: www.webcheatsheet.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 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

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
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 General Development
Session Object
ASP / General Development
The Session object stores information needed for a particular user's session on the web server. It is automatically created every time when an ASP page from the web site or web application is requested by a user who does not already have a session, and it remains available until the session expires.

Site: www.webcheatsheet.com Report - View Tutorial

ASP General Development
Performance Metrics for the ASP Response Object
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.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP File Operations
File Object
ASP / File Operations
The File object represents a specified file on the local machine or on a network share. To work with the File object's properties and methods, you need to create an instance of the FileSystemObject object first and then instantiate the File object through the GetFile method. Also you can get a File object reference from the Folder object, by using the Files Collection.

Site: www.webcheatsheet.com Report - View Tutorial

ASP General Development
Folder Object
ASP / General Development
The folder object represents a specified file folder on the current machine. We can use the properties and methods of the Folder object to traverse directories on the drive, and to get at all the properties of this or any other folder. To work with the Folder object's properties and methods, you need to create an instance of the FileSystemObject object first and then instantiate the Folder object through the GetFolder method. Also you can get a Folder object reference from the Drive object, by using the RootFolder property.

Site: www.webcheatsheet.com Report - View Tutorial

ASP General Development
Drive Object
ASP / General Development
The Drive object represents a physical drive. This drive can exist on your machine, or it can be a drive shared by another machine. To work with the Drive object's properties, you need to create an instance of the FileSystemObject object first and then instantiate the Drive object through the GetDrive method or the Drives property of the FileSystemObject object.

Site: www.webcheatsheet.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 File Operations
Building an ASP File Manager
ASP / File Operations
This article describes how to build a very powerful, potentially destructive application using the File System Object. It should never be implemented in a production environment without ensuring that proper security precautions have been taken to maintain the integrity of the data contained on the web server.

Site: www.intranetjournal.com Report - View Tutorial

ASP Site Navigation and Searching
Object Moved
ASP / Site Navigation and Searching
A small code snippet that lets you eliminate 'Object Moved, This object may be found here' problem that occur on IIS server with some versions of proxy servers.

Site: www.motobit.com Report - View Tutorial

ASP General Development
Application variables
ASP / General Development
Here, you'll find a few example codes that allows you to save thousands of unnecessary database queries using Application variables.

Site: coveryourasp.com Report - View Tutorial

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

 
Site Search

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