Hi,
I need to restrict a db from web. The db is hosted in Web server and is being used by internet users. Now it needs to be removed from web (can not change the server/path).I have not worked before in web and hence need your help.
thanks.
Hi,
I need to restrict a db from web. The db is hosted in Web server and is being used by internet users. Now it needs to be removed from web (can not change the server/path).I have not worked before in web and hence need your help.
thanks.
Subject: Web access for db.
This is covered extensively in numerous areas of the Notes Documentation.
Do you read any of this?
Subject: Web access for db.
Are you trying to block it from just Anonymous access or everyone from the web?
I would do the folllowing in the Database ACL:
(1) Advance Tab: Maxmum Internet name and password to No Access
(2) Basic Tag: Anonymous access - None.
Subject: RE: Web access for db.
Hi,
Thanks. But, think the “Maximum Internet Access” does not works for users who have SSL authentication.
Subject: RE: Web access for db.
What would make you assume that?
Subject: RE: Web access for db.
I didn’t want to assume anything and started with the basics (I really don’t know much about SSL authentication)
Next I would do the following:
(1) In the database launch for a browser - I would send them a page saying this DB is no longer available.
(2) I would add a check in the Database Script open event to see if it’s being opened via the web and bounce them to the same page.