Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With e-Business 6.0 beta, there are various changes done in the core 6.0 web framework files. After e-Business 6.0 Beta is has been installed, the updated framework files are saved in the database. The user is expected to perform Perform the below steps manually to update the Aptify Web bin with the latest updated files. 

This page details down the additional manuals steps involved to make Aptify Web 6.0 synchronize with the latest files of the e-Business 6.0 Beta version.

First step: Synchronization of the latest framework files in Web bin folder:

To download the latest framework files updated by the e-Business 6.  0 Beta version, the user should run the Object Repository synchronizer utility . wants to and update the Web bin folder with the latest framework files, then the user . Click  Click here to know more details on the steps involved for in running the Object Repository Synchronizer. The synchronizer has to be run against Aptify Web bin folder.

 

Second Step: Updating the Web config files

  1. Navigate to the e-Business 6.0 Beta installed environment.

  2. Locate the Bin folder (<Database Server>inetpub\wwwroot\Ebusiness\SOA\bin) and open the e-biz web.config file.
  3. Navigate to the Aptify Web environment on your database.

  4. Locate the Bin folder (<Database Server>\inetpub\wwwroot\AptifyServicesAPI\bin) and open the Aptify Web web.config file.

 

Copy the below code from the e-biz web.config file and include it in the Aptify Web web.config file:

<dependentAssembly>

        <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />

        <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />

      </dependentAssembly>

      <dependentAssembly>

        <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />

        <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />

      </dependentAssembly>

      <dependentAssembly>

        <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />

        <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />

      </dependentAssembly>

      <dependentAssembly>

        <assemblyIdentity name="Unity.Abstractions" publicKeyToken="6d32ff45e0ccc69f" culture="neutral" />

        <bindingRedirect oldVersion="0.0.0.0-3.1.1.0" newVersion="3.1.1.0" />

      </dependentAssembly>

<dependentAssembly>

      <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />

<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />

</dependentAssembly>

</dependentAssembly>

<dependentAssembly>

<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />

<bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />

</dependentAssembly>

<dependentAssembly>

<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />

<bindingRedirect oldVersion="1.0.0.0-4.0.0.0" newVersion="4.0.0.0" />

</dependentAssembly>

<dependentAssembly>

             <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />

<bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />

<add key="Aptify.Services.Metadata.Json.Directory" value="" />

<add key="Aptify.Services.Authentication.AnonymousTokenLifetimeInHours" value="720" />

<add key="Aptify.Applications.OrdersEntity.FlowdownCompanyOrderDefaultPerson" value="true" />

<add key="Aptify.Applications.OrdersEntity.Meetings.UpdateBadgeInfoThroughBusinessLogic" value="false" />

<add key="Aptify.Services.ItemRatings.CorrectPersonId" value="true" />

<add key="Aptify.Services.ProductPrice.RestrictOrderAccess" value="false" />

<add key="Aptify.Services.ProductPrice.OrderAccessDbo" value="" />

<add key="Aptify.Applications.OrdersEntity.RejectAddProductWithNoInventory" value="false" />

<add key="Aptify.Framework.GenericEntity.DisableExtraDataSerialization" value="true" />

 


Third Step: