I'm trying to make sites that connect with the same database. Both will talk with the same table - one requiring a login for entry to see / manipulate data and the other one allowing free entry to the table.
I can make the different sites, but the database (access) by default is contained within each one of them. I've tried to alter the default page with a ../ in front of it, which does cause the build to create the db folder outside the site. It also puts the ../ in the mappath statement in the db connection file. However, it doesn't work when published.
Maybe I'm just going about it the wrong way. In the end, there's no way to make one site that has all of the settings I need. I need to be able to create multiple builds that share the same database file.
Thank you,
Dan Royce