This turned out to be a dumb mistake on my part. I forgot to define an IDbSet for each entity in my second database context. :roll:
Working flawlessly now!
You may want to take a look at the calendar component that is included with the Metronic template that ASP.NET Zero uses. You can see a sample of it here.
Thank you very much!
Hi,
My question is even more basic than that. How do I configure a newly created app to use the MPA backend, rather than the AngularJS backend. I think by default the app uses the AngularJS backend.
Much appreciated.
Hi Halil.
In order to get the two DbContext's to work at all, I had already enabled DTC.
Security Settings
- Network DTC Access checked
- Client and Administration
- Allow Remote Clients checked
- Allow Remote Administration unchecked
- Transaction Manager Communication
- Allow Inbound checked
- Allow Outbound checked
- Mutual Authentication Required is selected
- Enable XA Transactions unchecked
- Enable SNA LU 6.2 Transactions checked
Thanks for checking into this.
<cite>hikalkan: </cite> No, that's all. Run the application, login and open settings page, you will see LDAP settings. It's completely integrated to the system. See TenantSettingsAppService to know how to get/set LDAP settings.
That worked perfectly, thank you.