Diversion Tactics
I got this error today. The fix is simple:
If you have multiple blogs configured, in the post window, you can switch to another blog, and then back to the blog you want and that will cause the Writer to drop the post ID information so you can re-publish as a new post. VIA
Another tip
Be the first to rate this post
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.
Right-click > Save Picture as:
More...