SaaS CMS has officially launched! Learn more now.

Richly Chheuy
Apr 12, 2014
  2810
(0 votes)

Running Commerce Manager R2 SP2 in a .NET 4.0 AppPool

This is my first blog post, but I’ll keep this short and sweet.

Since we don’t have any docs showing how to run Commerce Manager R2 SP2 in a .NET 4 appPool, here’s a way to do it for those running this older version of Commerce.

1. Open the B2CSampleSite.sln in Commerce Manager site folder in Visual Studio.

2. Look at the Properties of the project and then change target framework from 3.5 to 4.0.

3. Build the project.

4. Go to the Commerce Manager web.config and look at this section:

<runtime>

    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

      <dependentAssembly>

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

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

      </dependentAssembly>

      <dependentAssembly>

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

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

      </dependentAssembly>

    </assemblyBinding>

  </runtime>

5. Change System.Web.Extensions from oldVersion=”1.0.0.0-3.5.0.0” to oldVersion=“1.0.0.0-4.0.0.0’'” and newVersion=”3.5.0.0” to newVersion=”4.0.0.0”

6. Save the web.config and access Commerce Manager.

That should do it!

Apr 12, 2014

Comments

Jeff Valdez
Jeff Valdez Apr 15, 2014 07:54 PM

Nice and easy! :)

Please login to comment.
Latest blogs
Optimizely SaaS CMS Concepts and Terminologies

Whether you're a new user of Optimizely CMS or a veteran who have been through the evolution of it, the SaaS CMS is bringing some new concepts and...

Patrick Lam | Jul 15, 2024

How to have a link plugin with extra link id attribute in TinyMce

Introduce Optimizely CMS Editing is using TinyMce for editing rich-text content. We need to use this control a lot in CMS site for kind of WYSWYG...

Binh Nguyen Thi | Jul 13, 2024

Create your first demo site with Optimizely SaaS/Visual Builder

Hello everyone, We are very excited about the launch of our SaaS CMS and the new Visual Builder that comes with it. Since it is the first time you'...

Patrick Lam | Jul 11, 2024

Integrate a CMP workflow step with CMS

As you might know Optimizely has an integration where you can create and edit pages in the CMS directly from the CMP. One of the benefits of this i...

Marcus Hoffmann | Jul 10, 2024

GetNextSegment with empty Remaining causing fuzzes

Optimizely CMS offers you to create partial routers. This concept allows you display content differently depending on the routed content in the URL...

David Drouin-Prince | Jul 8, 2024 | Syndicated blog

Product Listing Page - using Graph

Optimizely Graph makes it possible to query your data in an advanced way, by using GraphQL. Querying data, using facets and search phrases, is very...

Jonas Bergqvist | Jul 5, 2024