Sharing common folders

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
pepelegal
User
Posts: 1

Sharing common folders

Post by pepelegal »

Include the possibility of sharing common folders that are replicated between different systems created with Asp.Net Maker (ex: bin, bootstrap3, calendar, ckeditor, colorbox etc).


Webmaster
User
Posts: 9425

Post by Webmaster »

In ASP.NET Core, those folders are supposed to be under the wwwroot folder of the web application. You cannot have different applications sharing the same wwwroot folder, but you can generate them into the same folder and use them as one single application. If you have tables with the same name in different databases, you can change the controller name or area name for each application (so the files for each application will not overwrite each other) in advanced settings.


Post Reply