smithsson68@gmail.com
Jun 11, 2010
  5704
(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
Copy Optimizely SaaS CMS Settings to ENV Format Via Bookmarklet

Do you work with multiple Optimizely SaaS CMS instances? Use a bookmarklet to automatically copy them to your clipboard, ready to paste into your e...

Daniel Isaacs | Dec 22, 2024 | Syndicated blog

Increase timeout for long running SQL queries using SQL addon

Learn how to increase the timeout for long running SQL queries using the SQL addon.

Tomas Hensrud Gulla | Dec 20, 2024 | Syndicated blog

Overriding the help text for the Name property in Optimizely CMS

I recently received a question about how to override the Help text for the built-in Name property in Optimizely CMS, so I decided to document my...

Tomas Hensrud Gulla | Dec 20, 2024 | Syndicated blog

Resize Images on the Fly with Optimizely DXP's New CDN Feature

With the latest release, you can now resize images on demand using the Content Delivery Network (CDN). This means no more storing multiple versions...

Satata Satez | Dec 19, 2024