Single user name, multiple passwords with ODBC database?
A. It is normally best to have the username as a unique key. However, if you have multiple users with the same name but different passwords (ie the username field is not a unique key), then you can set a switch to tell the software to add ” AND passwordField=’passwordEntered’ at the end of the select statement (standard or custom select). You can set the registry key addPasswordToSelect of type DWORD to be 1 then restart IIS. Top Q. HTTP/1.0 403 Access Forbidden. A. You might encounter this in trying to set up the software. This is a message from IIS saying that there is no default file in the directory you are looking at, AND you do not have directory browsing enabled. While you are setting up new web directories, it is often easier to enable directory browsing, just in case you mistype the default file when you are saving for example. Top Q.