We have a security model which only has the tables needed to perform authentication and authorization for our application. As mentioned this is in a separate entitymodel/edmx . We also have our main application enitymodel/edmx that has all the other tables.
Is it possible to host both the security service and the application service in the same Windows Service or can one model only be hosted in one windows service?