Versions Compared

Key

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

...

  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.

  5. Copy the below code blocks from the e-biz web.config file and include it in the Aptify Web web.config file and make sure that the attribute values are shown in the below table:

<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: Creating the Endpoints directory