Those who need to know about Global.asa can go through this ASP tutorial for an easier understanding. And here it is clearly demonstrated on how Global.asa works with applicaion and session variable using various scripts like Application_OnStart, App
With this script we will be able to know and show in our pages the number of active visitors in a given moment. The script has two parts: a file name global.asa (check information on "global.asa" file in this tutorial), and a small code...
This is an article that can be used by the users to control web applications. Here the author elaborates that the global.asa is a file which is combined with each and every web application and that can be used for connecting to databases, initializin
A detailed information about Globla.asa can be gained from this ASP tutorial which will be more useful for the learners in ASP coding. The content of this file is described clearly along with their functionalities. The author explains the usage of Gl
This efficient online ASP tutorial comes with easier explanation about Global.asa, Application and Session variables and describes the relation between them to store the user information. Provides an alternate way to store online user details and des
This easier ASP tutorial teaches in detail about Global.asa and tells about it's functionalities and usage. Explains that this file can be included within your applications which is capable of containing event objects along with information. Also, de
This script does not require a global.asa file and requires no special component to run. It does not require the user to constantly refresh the page to get new messages. Has sound alert to notify the user of new messages which can be turned on or off
If the web developers need any help to create a session hit counter to use on their website then they can refer this article to get guidance in a friendly way. It supports global.asa to store and retrieve data. It helps them to find when a visitor en
This article is used to verify about how to create a web traffic analyser program to analyse the website for finding who is currently connected to the website. It supports global.asa for physical access to the server. It stores the events and objects
This is an online tutorial that can be utilized by the users to post a simple MSMQ message from ASP. The author says that this process of sending MSMQ message from ASP can be done as soon as adding the generated line into the global.asa and thereby a |