Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Global.asa


Message #1 by rosenzl@o... on Tue, 4 Feb 2003 15:44:10
I have a website www.scheduleavisit.com which has amongst other pages a 
logon3.htm page an Access database and a Global.asa. I am using FP 2002.

What I would like to do is create an additional database, Global.asa and 
logon3.htm. This would be done, either thru a subweb or another domain 
within my existing domain. In both cases they would share the same IP 
address as the scheduleavisit.com domain. 

I was told that you can only have 1 Global.asa per root level domain. Is 
this true? If so, do you have any suggestions as to what I can do without 
having to purchase an additional hosting plan for this new domain?

Thanks for your feedback.

Larry 
Message #2 by "Martin Johansson" <fjallsemester@h...> on Tue, 04 Feb 2003 15:44:23 +0000
Hi Larry!

Why dont you just include everything you need in one global.asa-file? That 
could be done. You would one need to use different names for the objects and 
stuff you use. I hope this helps..

Cheers,
Martin Johansson

>From: rosenzl@o...
>Reply-To: "ASP Databases" <asp_databases@p...>
>To: "ASP Databases" <asp_databases@p...>
>Subject: [asp_databases] Global.asa
>Date: Tue, 4 Feb 2003 15:44:10
>
>I have a website www.scheduleavisit.com which has amongst other pages a
>logon3.htm page an Access database and a Global.asa. I am using FP 2002.
>
>What I would like to do is create an additional database, Global.asa and
>logon3.htm. This would be done, either thru a subweb or another domain
>within my existing domain. In both cases they would share the same IP
>address as the scheduleavisit.com domain.
>
>I was told that you can only have 1 Global.asa per root level domain. Is
>this true? If so, do you have any suggestions as to what I can do without
>having to purchase an additional hosting plan for this new domain?
>
>Thanks for your feedback.
>
>Larry


_________________________________________________________________
Senaste nytt från motormarknaden  http://motor.msn.se/

Message #3 by "Anand" <info@s...> on Wed, 5 Feb 2003 09:56:24 +0530
HI Larry,

Each Web application can have one global.asa. What I mean for this is! you
can have on root directory sub directories like below:

root\
root\abc
root\xyz

now abc and xyz can have a one global.asa because when your application
fired first time it get initialized. Hope this would help you

Thanks and regards
Anand Bisht
eBusiness Application Developer - Consultant
668, 6th Main, 7th Cross, HAL 2nd Stage,
Indiranagar,  Bangalore - 560008 (India)
E-mail: info@s...
Phone Res: +xx xx xxxxxxx
Phone Off: +xx xx xxxxxxx / xxxxxxx x 24
----- Original Message -----
From: <rosenzl@o...>
To: "ASP Databases" <asp_databases@p...>
Sent: Tuesday, February 04, 2003 3:44 PM
Subject: [asp_databases] Global.asa


> I have a website www.scheduleavisit.com which has amongst other pages a
> logon3.htm page an Access database and a Global.asa. I am using FP 2002.
>
> What I would like to do is create an additional database, Global.asa and
> logon3.htm. This would be done, either thru a subweb or another domain
> within my existing domain. In both cases they would share the same IP
> address as the scheduleavisit.com domain.
>
> I was told that you can only have 1 Global.asa per root level domain. Is
> this true? If so, do you have any suggestions as to what I can do without
> having to purchase an additional hosting plan for this new domain?
>
> Thanks for your feedback.
>
> Larry


  Return to Index