Receive error on save of pages in SiteFinity instance

Posted by Community Admin on 04-Aug-2018 03:33

Receive error on save of pages in SiteFinity instance

All Replies

Posted by Community Admin on 25-Jul-2012 00:00

I receive this error everytime I try to save a page or publish it in SiteFinity. The only thing that has occurred recently is the server restarting.

Kind regards

Posted by Community Admin on 31-Jul-2012 00:00

I found the problem...
When we set up our proxy information in our web.config we missed the bypassonlocal="true" part.

<system.net>
  <defaultProxy useDefaultCredentials="true">
    <proxy bypassonlocal="true" proxyaddress="http://ourproxy:8080"/>
  </defaultProxy>
</system.net>

Posted by Community Admin on 01-Aug-2012 00:00

Hi Garry,

Thank you for sharing the solution with the community! I am sure that the information will be useful to other people as well!

Regards,
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