NetworkedPlanet Blog Insights into developing with NetworkedPlanet products

27Feb/07Off

Http Post not allowed by default when deploying TMCore and EPiServer Solutions

When deploying production versions of TMCore EPiServer Module it is often the case that the editorial application works from the local browser but not a remote browser. This is because web applications by default do not allow Http Post operations. This is required by the Topic Map editor that is integrated with EPiServer. To fix this problem ensure the following is contain in the episerver web.config file.

<system.web>
<webServices>
<protocols>
<add name="HttpPost"/>
</protocols>
</webServices>
</system.web>

If using ASP.NET 2.0 you can apply this configuration change to only the path containing the web service by wrapping the above XML in a location element:

<location path="NetworkedPlanet/EPiServerModule/Service">
<system.web>
<webServices>
<protocols>
<add name="HttpPost"/>
</protocols>
</webServices>
</system.web>
</location>
Filed under: EPiServer, TMCore Comments Off
22Feb/07Off

TMCore07 SP2 Now Available

We are pleased to announce the release of the latest update for our TMCore07 Enterprise Information Server.
Service Pack 2 (SP2) moves TMCore07 over to the .NET 2.0 platform enabling better integration with enterprise scale servers including 64-bit architectures. A number of minor bugs have also been addressed in this release.
All licensed users of TMCore07 (Full or Lite edition) can contact NetworkedPlanet Support at contact@networkedplanet.com for download instructions. Please note that .NET 2.0 is REQUIRED for this update and that any .NET 1.1 applications will have to be recompiled using the .NET 2.0 Framework.
If you would like to evaluate the TMCore07 Enterpise Information Server, please visit our evaluation request page to request an evaluation license.

12Feb/07Off

TMCore and EPiServer Optimizations

Asbjørn Vølstad is a senior solution architect at Making Waves, and has been working with TMCore and EPiServer on a number of projects. In this post he talks about testing and optimizing, large, dynamic solutions based on TMCore and EPiServer. The specific project he mentions is the new norwegian government portal Regjeringen.no.

Filed under: EPiServer, TMCore Comments Off
12Feb/07Off

TMCore helps power new Norwegian government portal

Oslo, Norway. The Minister of Government Administration and Reform Heidi Grande Røys presented the Norwegian government's new portal on Monday February 12 2007. Regjeringen.no (Government.no) is a portal with innovative technology and an architecture that makes it considerably easier for users to find what they are looking for. The innovative technology includes Networked Planet's TMCore Topic Map engine, the Networked Planet EPiServer Module, along with the EPiServer Content Management system and the FAST Search engine. The site is open to the public and can be found at Regjeringen.no.

1Feb/07Off

TMCore EPiServer Module Update

Thanks to excellent feedback from our partners and our continued QA processes we are pleased to announce the update of the TMCore EPiServer Module to version 2.0.1.0

The following bugs have been fixed

  1. Publishing a page caused all associations to be published, even if the page at the other end of the association was unpublished. Behaviour is changed to only publish associations where both ends of the association are published pages (or a topic without a page).
  2. Javascript error reported if calling up topic details for a topic which did not represent an EPiServer page in the EPiServer Edit mode. This has been fixed.
  3. Copying a page in EPiServer did not cause a new GUID to be assigned or a new topic to be created. This has been fixed.

Please contact Networked Planet to obtain an updated version of the module.