I generated a new TMS Web Core Application via wizard. All entities (generated by Aurelius wizard) are working fine. My problem is: There is no Login. The Web Application starts with its MainView (list of all generated entities ...) but I am not able to force a login before.
The Application starts with DMConnection.InitApp(DisplayMainView, DisplayLoginView). But I don't know how to force the DisplayLoginView?!
What must I do for this?