InterviewSolution
Saved Bookmarks
| 1. |
Suppose We Want To Create An Xs Application And Want To Make It Public. User Should Not Need Any Hana Database User To Access This Application. Is It Possible? If Yes, How? |
|
Answer» In .xsaccess FILE, we can set the authentication to null. After this anyone can open the application WITHOUT USER id and password. In .xsaccess file, we can set the authentication to null. After this anyone can open the application without user id and password. |
|