Not able to publish page

Posted by Community Admin on 03-Aug-2018 08:09

Not able to publish page

All Replies

Posted by Community Admin on 15-Mar-2013 00:00

Hello,

I am able to publish page while using localhost but when I access this url using static ip it give following error :

There was no endpoint listening at 183.182.84.30/.../PagesApprovalWorkflow.xamlx that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

I have also updated domain name in service path under administrator/settings/advance/system but not working.

Posted by Community Admin on 15-Mar-2013 00:00

I had this problem in the past.
It ended up being an issue with url rewriter.
In my web.config I had Url rewriter for seo optimsiations. To ensure all requests were lower case.
I had to add an exclusion for .svc files.
<add input="URL" pattern="\.svc" negate="true"/>

This then fixed the problem. Perhaps you are in the same situation.

Posted by Community Admin on 20-Mar-2013 00:00

Hello Nidhi,

We have KB article which is related to the error message you are getting:

www.sitefinity.com/.../pages-cannot-be-published-after-installation

Basically you need to make sure that the hosts file and the bindings in IIS are correctly set so that the system knows where the workflow is.

Greetings,
Victor Velev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed