I want to create two types of ASP pages, each which use the same database. I need a set of pages that allow a handful of users to login and edit the database and another set of ASP pages that let web users search and sort the entries in the database without any ability to edit.
Example: When I select my MS Access database file the program writes a new copy of the database and puts it into a db folder which I then publish to my server. These are the ASP pages that I'm now using to login and edit the database. So now when creating a second project how do I correctly write the file path so that it looks at the database which is the one that is being updated on the server rather than creating another copy of the database and putting it in it's unique db folder?
OR is there a different way that I should be going about doing what I'm trying to do?