Page 1 of 1

Sharing common folders

Posted: Sun Aug 20, 2017 4:08 am
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).


Re: Sharing common folders

Posted: Sun Aug 20, 2017 8:23 am
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.