Custom Login

Hi all,

I have a custom login form that functionally, works perfectly. However, I have a CCS and several Images as Shared Resources… none of which work until the user finished logging in.

The database is set for Anonymous to have Reader access, but it still appears as if such users cannot access other parts of the database.

The catch, the server is set to not allow Anonymous TCP/IP access.

Has anyone come across a way to get around this? Seems to me, if I can get to the form, I should be able to access other parts of the same database… at least in read mode.

Thanks…

Subject: Custom Login

Normally, one would set the “Available to public access users” property on the security tab of the CSS and image resource properties boxes. Since the server is set to not allow Anonymous access at all, that might not work, and you might have to use the JSHeader and pass-thru html to refer to a .CSS file and image files stored in the server’s data\domino\html directory (the R4 way of serving web stuff).

Please post back whether the simple property setting works, as I, at least, would like to know.