How do I activate time zones so users can set their preferred Timezone.
Multitenancy setup
Is it technically possible for multiple aspnetzero projects to share same sqldb.
Reason: if we want to share many of the tables and indenture server instance across many applications.
This is important in large enterprise scenario where they want single source of truth but seperate aspnetzero solutions ( all layers)
So to confirm: we do not need to install another identity server as aspnetzero has it built in now?
According to documentation the latest version of aspnetzero has a Jason setting to enable identity server4.
In addition this link indicates that it enables the application to act as single sign on
<a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Zero/Identity-Server">https://aspnetboilerplate.com/Pages/Doc ... ity-Server</a>
So I'm confused - does this or does this not enable identity server inside web project so that the project can acts as client and consumer for identity?
<a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Zero/Identity-Server">https://aspnetboilerplate.com/Pages/Doc ... ity-Server</a>
In the aspnet zero which project should I create connections to external lob systems in.
Example- consume 3rd party rest based webapi to restrieve data that will then be displayed on aspnetzero dashboard?
Example scenario2: restreive read only data from external sql database to render on aspnetzero dashboards.
Example 3: cannect to external sql DB in predetermined to read & write to the databases tables HOWEVER use aspnet zero UI and layers. Keep in mind this specific DB is external to aspnetzero so only a connection string to Db can be used as aspnet zero core tables cannot be stored in this external do.
These are important architecture questions that need to be answered when using aspnetzero in enterprise environment with many types of lob system access points.
When will ASPNETZERO template be upgraded to use AutoFac for IOC.
From what i can tell it currently uses CastleWindsor for IOS which is not being maintained anymore.
is hosts only used for AngularUI - what about external mobile app - which WebAPI should it connect to.
What about multiple external apps - : LOB System, Mobile App, AngularUI App - .
we are trying to ensure single point of entry into the Architecture for External systems.
ASPNETZero. (MVC Core + JQuery template)
Where should the common business logic reside?
Example Scenario: Common Business logic the MVC .Core web application + External Mobile App + External LOB System can use.
<cite>ismcagdas: </cite> Hi,
Have you updated <a class="postlink" href="https://xamarator.com">https://xamarator.com</a> ? As I checked it still has old payment.min.js. When you open developer console, it still shows same js error.
If you can update it, we can try to understand the next problem.
Thanks.
Please remember be the link to our website from this post. Thank you
Anyone who is a customer of aspnetzero managed to get PayPal integration working in prod?
I've tried version 4.3 ; version 4.4 and version 4.5 of the mvc jquery . Net core template and the PayPal buttons only show for local host .
I'd like to know if anyone has such a config working in a production , https wildecard& multitenancy config to confirm it does indeed function correctly.
Must be a live PayPal setup Not a staging PayPal config.
Thx