Hello,
please check out similar issue https://support.abp.io/QA/Questions/91/Angular-Environment-settings-replaced-by-settings-in-server-side-appsettingsjson if it helps you.
thanks
Hello,
ABP.io's file management module offers functionalities but doesn't provide built-in features for granular permissions on individual files. ABP's existing permission management system is used to grant access to folders based on user roles. The functionality you want to develop will require custom development efforts. You may also refer this https://docs.abp.io/en/commercial/latest/tutorials/book-store/part-5?UI=BlazorServer&DB=EF#permissions
in summary it was enough to make a little bit research and we're supporting for lack of system not for specific custom logic 🙂
I hope I could answer your question.
Thanks,
Hello ,
Can you give more steps to reproduce the issue ?
Thank you.
Hello,
Please checkout similar issue https://support.abp.io/QA/Questions/6843/External-Provider-login-is-able-to-register-a-user-even-if-self-register-setting-is-disabled if it works for you.
Thanks
Hello ,
If you have to apply permissions on a per folder and per file then you have to customize code at your own side .
Thank you.
Hello,
I have created one role as Admin and give him permissions of folder and again I have created one role Manager and give him permissions of file.
permissions of Admin role
permissions of manager role
Now I have created 2 users, user1 and user2.
user1 is assigned with role Admin and user2 is assigned with role manager. Check the permissions given to user1
permissions given to user2
Now user1 can have access to crud operations of Folders only and not of files.
and user2 can have access to crud operations of Files only and not of folders.
In this way you can implement as per your requirement.
Thanks, Anjali
Hello,
Please check out similar issue https://support.abp.io/QA/Questions/1528/Unable-to-download-large-file If it helps you.
Thanks,
Hello,
Please check out : https://stackoverflow.com/questions/62055847/how-to-deploy-angular-spa-with-asp-net-core-3-1-api-on-iis
https://www.codementor.io/@noorsaifi/how-to-deploy-angular-asp-net-core-webapi-to-iis-on-shared-hosting-1dytrihj56 If it helps you.
Thanks,