Home

Submit

Source

Feeds

Home » ASP » General Development ::

ASP General Development
The Server object provides access to properties and methods on the server. Much of functionality it provides is simply functionality the web server itself uses in the normal processing of client requests and server responses.
Related Tutorials
ASP General Development
ASP Request Object
ASP / General Development
The Request object retrieves the values that the client browser passed to the server during an HTTP request. It is used to get information from the user. Using this object, you can dynamically create web pages and perform various server-side actions based on input from the user.

Site: www.webcheatsheet.com Report - View Tutorial

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 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 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 File Operations
Creating Text files on server
ASP / File Operations
In VBScript language there is no any function for Input/Output on hard disk. But you may use FileSystem Object to create and edit files on server. This is an indirect technics to create any file on server.

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

ASP File Operations
FileSystemObject Object
ASP / File Operations
The FileSystemObject object provides access to the file system on the web server, allowing us to manipulate text files, folders and drives from within our code.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Database Integration
ASP Data Access for Beginners
ASP / Database Integration
The driving force behind Active Server technologies is data access. In order to develop a truly dynamic web site developers need to allow users to access data on demand. Luckily, with Microsoft's Active Server Pages, this is exceedingly easy to do. This article for ASP beginners details how to connect to a SQL Server 7.0 database using ActiveX Data Object (ADO) and Open Database Connectivity (ODBC).

Site: www.15seconds.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 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 Excel and ASP
Create Excel on the Server
ASP / Excel and ASP
Active Server Pages allow for the easy ability to create dynamic views of your data on a web server, but you can also create word and excel documents on the server. This can be particularly useful if you wish to distribute your information on CD or in document form.The following example will utilize our state info db. After reading the contents of the db instead of writing output to the browser html text is written to the server with the .xls file extension.

Site: www.codeave.com Report - View Tutorial

ASP Getting Started
Active Server Pages tutorial for beginners
ASP / Getting Started
This tutorial will show you Active Server Pages. Main topics include: What are Active Server Pages?, Displaying Date, Time, and Text, Using Variables, and Forms, and Active Server Pages Server-Side Scripting Programmer's Reference. It also includes several useful scripts.

Site: www.asptutorial.info 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 Site Navigation and Searching
Searhing Using Index Server
ASP / Site Navigation and Searching
You can create a simple search engine to use in your site getting power of you index server. You can directly upload script to your server and run it.

Site: www.dotnetindex.com Report - View Tutorial

ASP Cookies and Sessions
Sessions
ASP / Cookies and Sessions
This chapter describes: * How ASP server uses cookies to pass an ID with the browser to link multiple HTTP requests together. * How ASP server offers the session object to ASP pages to share information between multiple requests or pages. * Different ways to pass information between requests or pages. * How Perl tools can be used to help debug ASP applications at the HTTP communication level.

Site: www.herongyang.com Report - View Tutorial

 
Site Search

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