Diversion Tactics
Comment out this line in your web.config file like so:
<!--<trust level="High" />-->
Additionally, if you installed blogengine.net in the root of your server and have problems with other asp.net applications, you can limit child applications from inheriting your root web.config by:
<system.web>
<location path="." inheritInChildApplications="false">
</system.web>
</location>
I hope this helps someone.
Be the first to rate this post
Currently works with the latest version:
Crow Jane by Holly Golightly
Replaces the previous FLV Player for BlogEngine.NET. I need some help in defining all of the playable formats. Right now I have flv, mp3, xml and asp (for playlists). With all of the great embedded players you can now play just about any media file you need to. You can customize how you want the player to display very easily by editing mediaplayer.cs. I coded it for my layout with a smaller width than you may need.
A copy with minor adjustments of the great MP3 Player plugin.
Plays flv, mp3 and xml playlist files in an embedded player using JW FLV Media Player.
[ mediaplayer:test.flv ]
Code: [ mediaplayer:test.flv ]
Code: [ mediaplayer:test.mp3 ]
[ mediaplayer:test.mp3 ]
Code: [ mediaplayer:http://mirror.video.blip.tv/hot-shows.xml ]
[ mediaplayer:http://mirror.video.blip.tv/hot-shows.xml ]