I have this database that could be accessed as a web application. It was originally sitting on server 6.0, then we created a new server 7.0.2 and copied the database over. It was originally showing a yellow login screen in the old server, but now it is popping up with a more windows-like dialogue box login. How do I get it back to the old login screen?
Subject: Different login screen after copying database to new server
You need to set the server (or the Internet Site) for Session Authentication – currently, it is using Basic Authentication.
Subject: RE: Different login screen after copying database to new server
Yep, that works. You also have to restart the server for it to take effect.