This topic is locked

Exceptional Pages in Database Authentication

11/18/2021 1:06:26 PM
ASPRunner.NET General questions
C
ccvvccc author

Dear forum users,

In my project, I am using Database Authentication. I am very happy with it.

I wonder if it is possible to make some pages Publicly accessible. In other words, is it possible to exclude some pages from Database Authentication?

Lets say: Add page of a table. Can it be publicly accesible when all the other pages are accessible only by logging in?

Thanks in advance,

Aspruner.net 10.6 Build37620 x64

Sergey Kornilov admin 11/18/2021

Enable Guest access and provide Guest user permissions to access certain pages.
User Group Permissions article in the manual

C
ccvvccc author 11/20/2021

Dear Admin, thanks for the reply and for the reference article.

Yes, "Guest Login" is a great feature. But in this case, visitor needs to login "as guest". In other words, there is still a login page.

My desire is not to have any Login page at all for some spesific tables.

Is this possible?

Thank you so much for everything.

Sergey Kornilov admin 11/20/2021

Once guest login is enabled your guest users can simply proceed directly to those pages, bypassing the login page.