Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Problems running Cassette (asset manegment) with EPiServer CMS6 R2

Vote:
 

Hi there, having problem getting Cassette (http://getcassette.net) for Web Forms to run along EPiServer CMS R6. Cassette is a really nice tool for handling assets (combining/minifying/handling less/css/js etc.). I'm running EPiServer CMS in .NET 4.0 (working nicely) but something with the routing handling between EPiServer and Cassette seems to be in conflict. After installing Cassette properly all pages are blank and no errors are shown. Have anyone successfully used Cassette in their EPiServer CMS6 R2 project or do you recommend any other asset management tool (need support for .less/minifying/combining)?

Br,
Christian Rosberg, Milou

#57380
Mar 13, 2012 11:07
Vote:
 

I had the exact same problem. No errors, nothing. Don't know why but setting rewriteHtml to false in the Cassette configuration worked for me. Would have been nice knowing what rewriteHtml does but I couldn't find any information on the subject.

<configuration>
<configSections>
<section name="cassette" type="Cassette.Configuration.CassetteConfigurationSection, Cassette"/>
</configSections>
<cassette rewriteHtml="false" />
</configuration>

    

#57426
Mar 13, 2012 22:05
Vote:
 

Hi Christofer,

many thanks for the tip, solved my problem. Now my EPiServer CMS6 R2 runs together with Cassette! Note: Hade to follow the comments on http://getcassette.net/documentation/getting-started/webforms as well for fixing some other routing problems though.

Br,
Christian

#57444
Mar 14, 2012 16:51
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.