I have installed Articlate blog engine in my umbraco backoffice in both my local and production environment. I use release management to deploy to the production environment. However, everytime I deploy a new version of my website to the production environment, my blog does not work anymore and I recieve the following error.
"The page you requested was removed."
The error code that is returned from the server is 410 (Gone)
The problem with this is that files inside your bin folder are usually ignored by your .gitignore file and are not published when using a deploy method
So I solved this by including and taking a copy of all the DDL files that are necessary for the blog to work to a new folder which is always included in my source version controller when I deploy the website.
These are the ddl files that needs to be included:
The page you requested was removed.
Hi,
I have installed Articlate blog engine in my umbraco backoffice in both my local and production environment. I use release management to deploy to the production environment. However, everytime I deploy a new version of my website to the production environment, my blog does not work anymore and I recieve the following error.
"The page you requested was removed."
The error code that is returned from the server is 410 (Gone)
Does anyone know how to fix this ?
The problem with this is that files inside your bin folder are usually ignored by your .gitignore file and are not published when using a deploy method
So I solved this by including and taking a copy of all the DDL files that are necessary for the blog to work to a new folder which is always included in my source version controller when I deploy the website.
These are the ddl files that needs to be included:
Articulate dependencies Articulate.dll Argotic.Common.dll Argotic.Core.dll Argonic.Extensions.dll MarkdownDeep.dll
When the next major version release is out (hopefully soon! ... still need to find more time), it'll have a Nuget version you can install
is working on a reply...