global.asa conflicts

E

E. Teague

I have one DSN that points to a database at /bscip/vendorsearch/fpdb/bscipvendors.mdb and another DSN that points to /fpdb/projects.mdb. I had the global.asa for the vendor search in the /bscip/vendorsearch directory and the search worked fine. Now that I added a global.asa in the root directory for the search page to the projects.mdb file it seems to override the global.asa in the vendorsearch directory. Now the vendor search page will not work.

Any suggestions on how to use two global.asa's in two different directories?

Thanks!
 
M

MD Websunlimited

Hi E. Teague,

Are these two different applications? If so as the folder for the latter been set up as an applications?

--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
Need to use ASP in a FrontPage 2003 include component? Well you can with IncludeASP!
http://www.websunlimited.com/order/Product/IncludeASP/IncludeASP.htm
http://www.websunlimited.com/order/product/includeASP/includeASP.htm


E. Teague said:
I have one DSN that points to a database at /bscip/vendorsearch/fpdb/bscipvendors.mdb and another DSN that points to
/fpdb/projects.mdb. I had the global.asa for the vendor search in the /bscip/vendorsearch directory and the search worked fine. Now
that I added a global.asa in the root directory for the search page to the projects.mdb file it seems to override the global.asa in
the vendorsearch directory. Now the vendor search page will not work.
 
G

Guest

Mike,

There are two different connections and databases. One
connection is "vendorsearch" which points
to /bscip/vendorsearch/fpdb/bscipvendors.mdb. The
global.asa for this connection is in
the /bscip/vendorsearch directory.

The other connection is "projects" and points to
fpdb/projects.mdb and the global.asa is in the root
directory. However, the root directory global.asa seems to
take preference over the other global.asa in the
subdirectory.

When you say has the folder been set up for applications,
is this something the webhost would have to do to get the
two seperate global.asa's to function properly?

Thanks!




-----Original Message-----
Hi E. Teague,

Are these two different applications? If so as the folder
for the latter been set up as an applications?
--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
Need to use ASP in a FrontPage 2003 include component? Well you can with IncludeASP!
http://www.websunlimited.com/order/Product/IncludeASP/Incl udeASP.htm
udeASP.htm


"E. Teague" <[email protected]> wrote in
message (e-mail address removed)...at /bscip/vendorsearch/fpdb/bscipvendors.mdb and another
DSN that points to
/fpdb/projects.mdb. I had the global.asa for the vendor
search in the /bscip/vendorsearch directory and the search
worked fine. Now
that I added a global.asa in the root directory for the
search page to the projects.mdb file it seems to override
the global.asa in
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top