Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
As the title says. In general, what files/ folders can be excluded when publishing a Umbraco solution? Is there any files/ folders that should not be published?
Regards David
Hi David
Folders for publishing is the same as usual ASP.NET application. can you show what folders do you have?
Thanks,
Alex
Hi Alex,
Okey, I'm thinking of the following folders:
You need bin, AppData, AppData/packages (included because installed packages)
You don't need to publish: AppData/cache (?) AppData/Logs AppData/Models (?) AppData/preview (?) App_Data/TEMP (?)
Awsome, thanks Alex!
/ David
The only thing you should exclude is App_Data. Always. The rest is required.
Thank you David for pointing that out.
As an elegant alternative to copying the dll files it is also possible to add the UmbracoForms nuget package.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
In general what files/ folders can be excluded when publishing Umbraco
Hi,
As the title says. In general, what files/ folders can be excluded when publishing a Umbraco solution? Is there any files/ folders that should not be published?
Regards David
Hi David
Folders for publishing is the same as usual ASP.NET application. can you show what folders do you have?
Thanks,
Alex
Hi Alex,
Okey, I'm thinking of the following folders:
Regards David
Hi David
You need bin, AppData, AppData/packages (included because installed packages)
You don't need to publish: AppData/cache (?) AppData/Logs AppData/Models (?) AppData/preview (?) App_Data/TEMP (?)
Thanks,
Alex
Awsome, thanks Alex!
/ David
The only thing you should exclude is App_Data. Always. The rest is required.
Thank you David for pointing that out.
As an elegant alternative to copying the dll files it is also possible to add the UmbracoForms nuget package.
is working on a reply...