473,385 Members | 1,343 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Clarification on refreshing global.asa without restarting app

I'm completely new to asp, coding, and scripting. I have a business background so I'm not familiar with this world at all. That said, I'd like some help on clarifying what this article is asking of me...

http://classicasp.aspfaq.com/general...plication.html

Given my global asa...

<script language="vbscript" runat="server">

sub Application_OnStart

Application("csPhoneNumber") = "12345678"

Application("csEmailAddress") = "1234@1234.com"

Application("salesPhoneNumber") = "12345678"

(10 more or so)

end sub

sub Application_OnEnd
'some code
end sub

sub Session_OnStart
'some code
end sub

sub Session_OnEnd
'some code
end sub

</script>

And given the context of that article, I need to insert some syntax - where and what?

Second part of my question...I need to make a new start-app.asp file....

<script language=vbscript runat=server>
What's the syntax I would put in here given how my global asa looks?
</script>
Mar 17 '10 #1
2 1796
Noone has any insight on this?
Mar 18 '10 #2
jhardman
3,406 Expert 2GB
looking over your global.asa, I can't see any reason why you would want to restart it. What are you trying to do?

Jared
Mar 25 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: Matt Calhoon | last post by:
Hi there, How does IIS 6.0 treat the global.asa file? I had the following problem; 1. uploaded a new site to the win3k server 2. had incorrect db connection string in Session_OnStart in...
28
by: Prabhat | last post by:
Hello, I have the below requirement. When ever my website is opened by any link: say clicked from the google search result or a link from other website: Then I should able to know the...
19
by: laurenq uantrell | last post by:
I'm using Access 2K. I'm hoping someone can tell me which method performs faster- (currently I'm using a mix of both methods) a.) creating custom properties and then calling functions to set and...
6
by: Lewis Veale | last post by:
I have an Access 2000 front-end pointing at a SQL Server backend, with around 80 linked tables and views. I frequently need to point the front-end at different versions of the back-end, and achieve...
4
by: Mark | last post by:
OK. Here we go. I have an ASP.NET application that does many hits to a SQL Server DB on a separate server. When I first created this application (2 years ago) and was very new to ASP/ASP.NET, to...
1
by: localhost | last post by:
In the Application_OnStart, I make some data calls and place the results in the HTTP cache. Sometimes, the database is not available when the application starts up, so I want to sleep for 20...
1
by: tolgay | last post by:
When a global.asa is changed does its engine need to restart or is it restarting itself or so? I mean for example there is a web site which contains asp pages and of course its global.asa file I...
4
by: Michael Neumann | last post by:
I'm trying to set up a test environment for an ASP.NET site on a Windows XP Pro box. I installed IIS5.1 and then .Net V2. I put up a web site that contains just a simple Default.aspx "hello...
11
by: Ron | last post by:
I have a web project compiled with the new "Web Deployment Projects" plugin for VS2005. I'm deploying the web project to one assembly and with updateable option set to ON. When I'm running the...
5
by: MartinRinehart | last post by:
I've got the usual suspects on KDE: Firefox, Konqueror and Opera. All aggressively cache .js files. I've not figured out a way to remove a cached .js without closing the browser and restarting it....
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.