Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  124
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Friday, July 25, 2008
Home
Articles & Samples
Dev Search
Dev Forum
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 > Application Object
Search
DevASP

What's New
What's Hot

Built in ASP objects - Active Server Pages Reference       
Total Hits: 171  |  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...

ASP Application Object       
Total Hits: 420  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

An application on the Web may be a group of ASP files. The ASP files work together to perform some purpose. The Application object in ASP is used to tie these files together.The Application object is used to store and access variables from any page, just like the Session object. The difference is that ALL users share one Application object, while with Sessions there is one Session object for EACH user.

...

Improving ASP Performance With Data Caching       
Total Hits: 195  |  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...

Application Object Explained       
Total Hits: 105  |  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....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com