I have a smartdevices application that was created to be read-only (users cannot add, update or delete anything).
I already removed all the actions from the WWSD's, Panels, etc. but via browser someone can access the .aspx generated by Genexus and perform and add, update or delete operation.
The question is, how can I make the smartdevices application secure if the .aspx is needed for the app to access the REST services?
What are the absolutely minimum necessary files (extensions .aspx, .rsp, etc.) that I must copy to the webserver?