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:
- Put this right above the
<system.web> line (~line 39):
<location path="." inheritInChildApplications="false"> - Put this right after the
</system.web>: </location>
I hope this helps someone.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5