D
Dave
I have different database connections that I use for DEV and PROD versions
of our web app.
I want to put the database connection string in one location so I only have
to change it once when we push live.
So I put it in an include file and reference it in all my asp pages as:
<!--#include file="includes/db_conn.inc"-->
But this will not work with the global.asa page.
How can I reference an include page from global.asa?
of our web app.
I want to put the database connection string in one location so I only have
to change it once when we push live.
So I put it in an include file and reference it in all my asp pages as:
<!--#include file="includes/db_conn.inc"-->
But this will not work with the global.asa page.
How can I reference an include page from global.asa?