I was about to post on the forum with the very same issue. Unfortunately the video link you posted is private and can't be viewed. Any clues you can give to alliviate the issue would be awesome =)
I got around this issue by setting rewriteHtml flag to false in web.config. I noticed that this feature wouldn't work when dynamic compression is turned on in IIS
Cassette With umbraco(6.0.2) MVC
Hi
when i install Cassette.aspnet from nuget in my MVC Project, All my pages shows up as blank pages
Does enyone know why that is and how to fix it?
Best regards Kimtho6
Found a solutions. Do it like this instead
http://www.youtube.com/watch?v=vhZZ45xHaWA&feature=youtu.be ;
Hi there Kim,
I was about to post on the forum with the very same issue. Unfortunately the video link you posted is private and can't be viewed. Any clues you can give to alliviate the issue would be awesome =)
Hi there yea he reposted the video http://www.youtube.com/watch?v=oLTjKPOEkKg
I got around this issue by setting rewriteHtml flag to false in web.config. I noticed that this feature wouldn't work when dynamic compression is turned on in IIS
<configSections>
<section name="cassette" type="Cassette.CassetteConfigurationSection, Cassette" />
</configSections>
<cassette rewriteHtml="false" />
is working on a reply...