Posts

Showing posts with the label step # 6

Enable and test Retail Server sample code (Step # 6)

Image
 Step # 6 Enable and test Retail Server sample code:     - Open the project at RetailSdk\SampleExtensions\RetailServer\Extensions.StoreHoursSample\RetailServer.Extensions.StoreHoursSample.csproj and compile it.     - Use inetmgr to find the location of the local Retail Server folde r.     - Register the new Retail Server assembly in web.config file under <extensionComposition> (Note: If there is an assembly registered from a previous sample, then remove it.):          <add source="assembly" value="Contoso.RetailServer.StoreHoursSample" />     - Register the new Retail Server assembly in RetailSdk\BuildTools\customization.settings:         <ISV_RetailServer_CustomizableFile Include="$(SdkReferencesPath)\Contoso.RetailServer.StoreHoursSample.dll" />     - Copy the changes you made to RetailSdk\Assets\commerceruntime.ext.config to the local Retail Server's commerceruntim...