Opticon Stockholm is on Tuesday September 10th, hope to see you there!

smithsson68@gmail.com
Jun 11, 2010
  5668
(0 votes)

Code from EPiServer Partner Summit 2010

The code from my presentation and the one together with Per Gunsarfs at the EPiServer Partner Summit 2010 can be downloaded using the links below:

The Dynamic Data Store In Action

Gadgets and MVC

The videos of some of the presentations can be found here.

In order to test and debug these sites you will need to do a few things:

1) Unzip the files to disk

2) Attach the database found in the site’s App_Data folder to SQL Server

3) Add a user to the database with enough privileges to read/write/execute (dbOwner is easiest)

4) Update the “EPiServerDB” connection string in connectionStrings.config with the correct database name and user/password information

5) Create a site and optionally separate application pool in IIS

6) In episerver.config in the <sites><site> section, set the ‘licenseFilePath’ attribute to the path of your license or to empty string if you do not have a license

7) In episerver.config in the <sites><site> section, set the ‘siteUrl’ attribute to match the site you set up in IIS in step 5

8) In episerver.config in the <virtualPath><providers><add> section, set the ‘physicalPath’ attribute to the path where the VPP folder has been unzipped on your disk

If you just want to extract and use the code we wrote in your existing projects then instructions of where the juicy stuff can be found are detailed below:

Dynamic Data Store In Action

In the zip under Sites\PartnerSummit2010\ClientResources

………………………………..………………...\Controllers

………………………………………..………...\Models

……………………………………………….....\Views

Gadgets and MVC

In the zip under Sites\GadgetDemoSite\Controllers

………………………………………………\Models

………………………………………………\Scripts

………………………………………………\Views

 

Feedback and comments are always welcome.

Jun 11, 2010

Comments

Please login to comment.
Latest blogs
Handling Nynorsk and Bokmål in Optimizely CMS

Warning: Blog post about Norwegian language handling (but might be applicable to other languages and/or use cases). Optimizely have flexible and...

Haakon Peder Haugsten | Sep 5, 2024

Remove Unwanted properties for Headless Implementation using Content Delivery API

While working with Headless, whenever we want to send data to the front end, many properties are also shown in JSON that we don't wish to, which...

PuneetGarg | Sep 4, 2024

Optimizely Headless Form Setup

1. Create empty CMS applications First, let’s setup an empty CMS application. Install the NuGet packages in your solution using the NuGet Package...

Linh Hoang | Sep 4, 2024

Default caching on search request on Search & Navigation

For the better performance, Search & Navigation .Net client has provided StaticallyCacheFor method for caching your search result in a specific of...

Manh Nguyen | Sep 4, 2024