Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  40
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Tuesday, May 13, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > ASP Objects
Search
DevASP

What's New
What's Hot
Listings for Application Object Application Object (4)
Listings for Session Object Session Object (6)


Accessing ASP objects from XSL       
Total Hits: 164  |  Today: 0 Author: Philip Patrick.       Rating:  
Read Reviews | Write Review |              Your Rating: 

Once I started interest in XML/XSL I found that it is impossible to access ASP objects such as Request inside XSL templates. I tried passing them via XSLTProcessor.addObject method, it worked for Session, but couldn't get it working with Request. Yes, I know you can always pre-define all request variables inside XSL template with xsl:param and initialize them from ASP code, but say that you don't know exactly what you will be looking for, or there are too many... Not the best approach I guess. M...

ASP Application Object       
Total Hits: 81  |  Today: 0 Author: http://docs.sun.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

The ASP Application object shares information among all users of a given application. An ASP-based application is defined as all .asp files in a virtual directory and associated sub-directories. Because the Application object can be shared by more than one user, Lock and Unlock methods are provided to ensure that multiple users cannot alter a property simultaneously....

ASP Request.ServerVariables collection       
Total Hits: 80  |  Today: 0 Author: Todorov       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP ServerVariables collection contains information about the server where your ASP script is running on information about the client requesting the ASP script. The ServerVariables collection can give you lots of information about the server settings – Server IP, Server name, Server virtual path, Server Software (IIS4, IIS5 or IIS6), etc. Using ServerVariables you can get your visitors’ IP address, their browser version, their browser language settings, etc. The list of ServerVariables depends o...

Built in ASP objects - Active Server Pages Reference       
Total Hits: 165  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Active Server Pages consist of six built in objects. They are ready made objects which provide functionality to your web pages without requiring you to make custom objects ( though you can if you want to, later on that topic ) . This page contains only reference material on the methods, properties and events available in these objects, if you are not sure how to make use of them then please first go through an introductory article or tutorial on Active Server Pages then come back here. The refer...

Session Replacement in ASP       
Total Hits: 209  |  Today: 0 Author: Rogier Doekes       Rating:  
Read Reviews | Write Review |              Your Rating: 

An alternative to using ASP's session object is to build your own using a database. In this article Rogier shows us how...
In my opinion the session was a gift from to the development community. I really like the many things you can do with it. I find it especially handy when I develop a webapplication for which a login area is required. All the pages in the application can only be accessed by people who have proper authorization, otherwise the user is redirected to a login page. It’s simple,...

Application Object Explained       
Total Hits: 101  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The Application object is used to share information with all users of your application. When you set an Application Variable, that same variable is accessible throughout your application....

Improving ASP Performance With Data Caching       
Total Hits: 187  |  Today: 0 Author: Brett Burridge       Rating:  
Read Reviews | Write Review |              Your Rating: 

One of the nicest features of ASP.NET is the ability to cache page content. This can be used to substantially reduce load on a website's database - which is an obvious attraction if the site uses Microsoft's Access to store data rather than SQL Server. Unfortunately there is no built in caching system in classic ASP, but it is easy to build one by using the Application object to store data. As such the techniques described in this article can be used to bring useful performance enhancements to l...

Built in ASP objects - Active Server Pages Reference       
Total Hits: 199  |  Today: 0 Author: Faisal Khan.       Rating:  
Read Reviews | Write Review |              Your Rating: 

Active Server Pages consist of six built in objects. They are ready made objects which provide functionality to your web pages without requiring you to make custom objects ( though you can if you want to, later on that topic ) . This page contains only reference material on the methods, properties and events available in these objects, if you are not sure how to make use of them then please first go through an introductory article or tutorial on Active Server Pages then come back here. The refer...

An Overview of Classic ASP's Request Object       
Total Hits: 199  |  Today: 0 Author: Paul DeBrino       Rating:  
Read Reviews | Write Review |              Your Rating: 

The Request Object receives the values that the client's browser passed to the server during an HTTP request. When you surf to an address that begins with HTTP, the server you're visiting treats that as an "HTTP request"; you are in fact "requesting" that a particular web page is displayed to you. The same applies to any http hyperlinks that you click. A lot more information is being passed back and forth, between your PC and the server of the site you're visiting, than you may be aware of. This...

Exploring the Request Object       
Total Hits: 93  |  Today: 0 Author: Chris Garrett       Rating:  
Read Reviews | Write Review |              Your Rating: 

Here is a simple way of finding out what Request variables are available. I for one am always forgetting what the server variable is for the users host name, etc. This script outputs everything available for you to copy and paste into your script....

When Session Variables Go Bad       
Total Hits: 230  |  Today: 0 Author: Bruce Johnson       Rating:  
Read Reviews | Write Review |              Your Rating: 

Are session variables a bad thing in ASP? In this article Bruce examines the pro's and con's of session variables and provides suggestions that you can apply to your own ASP apps.So you've heard the stories about how bad it is to use Session variables in an ASP application. In the news groups, one of the more frequent topics deals with the saving of state in a Web application. Specifically, comparing the ease of use and speed of Session variables versus the overhead of using a database or the aw...

Using ASP & SQL To Ping A Remote Server       
Total Hits: 225  |  Today: 0 Author: Mitchell Harper       Rating:  
Read Reviews | Write Review |              Your Rating: 

Using Microsoft SQL Server 2000 and some ASP script, Mitch creates a function that will ping any remote server, digest and process the results, and then return a summary of that ping session through an ASP function.Using Microsoft SQL Server 2000 and some ASP script, we can create a function that will ping any remote server, digest and process the results, and then return a summary of that ping session. This article will just provide a quick example, however, if you’ve been looking for a simple ...



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com