0
bilalhaidar created
Hello
Can I make use of my application services in the public website?
I'm building an article management system. Administrator would add a new article inside backend and I need to display list of articles on the public website.
I have other functionalities also to add that is linked to backend.
Thanks
3 Answer(s)
-
0
Hi,
Of course you can. Did you try it? Are you getting any errors?
There are examples of this in MVC project. For example; TenantRegistrationAppService is fully open for anonymous users. Also you can create unauthorized methods in authorized app services.
All client apps can use/share ApplicationServices.
-
0
Thanks. I didn't try it yet. I'm considering it I'll try it for sure.
-
0
Thanks for your feedback ;)