I've currently written an application using IBS Portal and pointing to the Portal database. I would like to write another application that is not related. I've copied all my programs from PortalVBVS to another folder and pointed IIS to that folder. I've also changed the web.config file to the name of the new database.
My problem is in copying the portal database to a database with a different name. I am getting login problems and I've also noticed that if I update data on the new application, it still updates tables on the portal database. Is there a best way to go about copying the portal database and pointing the application to it? I feel that I'm close, but it has been driving me crazy-